public class QueryRtopRisklabelFilterResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
reqMsgId |
String |
responseCode |
String |
resultCode |
String |
resultMsg |
List<RiskLabelFilterConfigInfo> |
riskLabelFilterConfigInfo |
Boolean |
success |
Long |
total |
| Constructor and Description |
|---|
QueryRtopRisklabelFilterResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRtopRisklabelFilterResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResponseCode() |
String |
getResultCode() |
String |
getResultMsg() |
List<RiskLabelFilterConfigInfo> |
getRiskLabelFilterConfigInfo() |
Boolean |
getSuccess() |
Long |
getTotal() |
QueryRtopRisklabelFilterResponse |
setReqMsgId(String reqMsgId) |
QueryRtopRisklabelFilterResponse |
setResponseCode(String responseCode) |
QueryRtopRisklabelFilterResponse |
setResultCode(String resultCode) |
QueryRtopRisklabelFilterResponse |
setResultMsg(String resultMsg) |
QueryRtopRisklabelFilterResponse |
setRiskLabelFilterConfigInfo(List<RiskLabelFilterConfigInfo> riskLabelFilterConfigInfo) |
QueryRtopRisklabelFilterResponse |
setSuccess(Boolean success) |
QueryRtopRisklabelFilterResponse |
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_filter_config_info") public List<RiskLabelFilterConfigInfo> riskLabelFilterConfigInfo
@NameInMap(value="success") public Boolean success
@NameInMap(value="total") public Long total
public static QueryRtopRisklabelFilterResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRtopRisklabelFilterResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRtopRisklabelFilterResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRtopRisklabelFilterResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRtopRisklabelFilterResponse setResponseCode(String responseCode)
public String getResponseCode()
public QueryRtopRisklabelFilterResponse setRiskLabelFilterConfigInfo(List<RiskLabelFilterConfigInfo> riskLabelFilterConfigInfo)
public List<RiskLabelFilterConfigInfo> getRiskLabelFilterConfigInfo()
public QueryRtopRisklabelFilterResponse setSuccess(Boolean success)
public Boolean getSuccess()
public QueryRtopRisklabelFilterResponse setTotal(Long total)
public Long getTotal()
Copyright © 2025. All rights reserved.