public class QueryRtopCrowdriskStatisticResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<RtopLevelDistribution> |
levelDistribution |
List<RtopRegionalDistribution> |
regionDistribution |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
List<RtopTypeDistribution> |
typeDistribution |
| Constructor and Description |
|---|
QueryRtopCrowdriskStatisticResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRtopCrowdriskStatisticResponse |
build(Map<String,?> map) |
List<RtopLevelDistribution> |
getLevelDistribution() |
List<RtopRegionalDistribution> |
getRegionDistribution() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
List<RtopTypeDistribution> |
getTypeDistribution() |
QueryRtopCrowdriskStatisticResponse |
setLevelDistribution(List<RtopLevelDistribution> levelDistribution) |
QueryRtopCrowdriskStatisticResponse |
setRegionDistribution(List<RtopRegionalDistribution> regionDistribution) |
QueryRtopCrowdriskStatisticResponse |
setReqMsgId(String reqMsgId) |
QueryRtopCrowdriskStatisticResponse |
setResultCode(String resultCode) |
QueryRtopCrowdriskStatisticResponse |
setResultMsg(String resultMsg) |
QueryRtopCrowdriskStatisticResponse |
setTypeDistribution(List<RtopTypeDistribution> typeDistribution) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="level_distribution") public List<RtopLevelDistribution> levelDistribution
@NameInMap(value="region_distribution") public List<RtopRegionalDistribution> regionDistribution
@NameInMap(value="type_distribution") public List<RtopTypeDistribution> typeDistribution
public static QueryRtopCrowdriskStatisticResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRtopCrowdriskStatisticResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRtopCrowdriskStatisticResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRtopCrowdriskStatisticResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRtopCrowdriskStatisticResponse setLevelDistribution(List<RtopLevelDistribution> levelDistribution)
public List<RtopLevelDistribution> getLevelDistribution()
public QueryRtopCrowdriskStatisticResponse setRegionDistribution(List<RtopRegionalDistribution> regionDistribution)
public List<RtopRegionalDistribution> getRegionDistribution()
public QueryRtopCrowdriskStatisticResponse setTypeDistribution(List<RtopTypeDistribution> typeDistribution)
public List<RtopTypeDistribution> getTypeDistribution()
Copyright © 2025. All rights reserved.