public class QueryRtopRisklabelResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
reqMsgId |
String |
responseCode |
String |
resultCode |
String |
resultMsg |
List<RiskLabelInfo> |
riskLabelInfos |
String |
scrollId |
Boolean |
success |
Long |
total |
| Constructor and Description |
|---|
QueryRtopRisklabelResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRtopRisklabelResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResponseCode() |
String |
getResultCode() |
String |
getResultMsg() |
List<RiskLabelInfo> |
getRiskLabelInfos() |
String |
getScrollId() |
Boolean |
getSuccess() |
Long |
getTotal() |
QueryRtopRisklabelResponse |
setReqMsgId(String reqMsgId) |
QueryRtopRisklabelResponse |
setResponseCode(String responseCode) |
QueryRtopRisklabelResponse |
setResultCode(String resultCode) |
QueryRtopRisklabelResponse |
setResultMsg(String resultMsg) |
QueryRtopRisklabelResponse |
setRiskLabelInfos(List<RiskLabelInfo> riskLabelInfos) |
QueryRtopRisklabelResponse |
setScrollId(String scrollId) |
QueryRtopRisklabelResponse |
setSuccess(Boolean success) |
QueryRtopRisklabelResponse |
setTotal(Long total) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="response_code") public String responseCode
@NameInMap(value="risk_label_infos") public List<RiskLabelInfo> riskLabelInfos
@NameInMap(value="scroll_id") public String scrollId
@NameInMap(value="success") public Boolean success
@NameInMap(value="total") public Long total
public static QueryRtopRisklabelResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRtopRisklabelResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRtopRisklabelResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRtopRisklabelResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRtopRisklabelResponse setResponseCode(String responseCode)
public String getResponseCode()
public QueryRtopRisklabelResponse setRiskLabelInfos(List<RiskLabelInfo> riskLabelInfos)
public List<RiskLabelInfo> getRiskLabelInfos()
public QueryRtopRisklabelResponse setScrollId(String scrollId)
public String getScrollId()
public QueryRtopRisklabelResponse setSuccess(Boolean success)
public Boolean getSuccess()
public QueryRtopRisklabelResponse setTotal(Long total)
public Long getTotal()
Copyright © 2025. All rights reserved.