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