public class ListRtopCrowdriskResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<RtopCrowdRiskSummaryResp> |
companys |
Long |
pageNum |
Long |
pageSize |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Long |
totalCount |
| Constructor and Description |
|---|
ListRtopCrowdriskResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ListRtopCrowdriskResponse |
build(Map<String,?> map) |
List<RtopCrowdRiskSummaryResp> |
getCompanys() |
Long |
getPageNum() |
Long |
getPageSize() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Long |
getTotalCount() |
ListRtopCrowdriskResponse |
setCompanys(List<RtopCrowdRiskSummaryResp> companys) |
ListRtopCrowdriskResponse |
setPageNum(Long pageNum) |
ListRtopCrowdriskResponse |
setPageSize(Long pageSize) |
ListRtopCrowdriskResponse |
setReqMsgId(String reqMsgId) |
ListRtopCrowdriskResponse |
setResultCode(String resultCode) |
ListRtopCrowdriskResponse |
setResultMsg(String resultMsg) |
ListRtopCrowdriskResponse |
setTotalCount(Long totalCount) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="companys") public List<RtopCrowdRiskSummaryResp> companys
@NameInMap(value="page_num") public Long pageNum
@NameInMap(value="page_size") public Long pageSize
@NameInMap(value="total_count") public Long totalCount
public static ListRtopCrowdriskResponse build(Map<String,?> map) throws Exception
Exceptionpublic ListRtopCrowdriskResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ListRtopCrowdriskResponse setResultCode(String resultCode)
public String getResultCode()
public ListRtopCrowdriskResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ListRtopCrowdriskResponse setCompanys(List<RtopCrowdRiskSummaryResp> companys)
public List<RtopCrowdRiskSummaryResp> getCompanys()
public ListRtopCrowdriskResponse setPageNum(Long pageNum)
public Long getPageNum()
public ListRtopCrowdriskResponse setPageSize(Long pageSize)
public Long getPageSize()
public ListRtopCrowdriskResponse setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2025. All rights reserved.