public class QueryRtopTagImageResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
List<RtopTagImage> |
riskImages |
| Constructor and Description |
|---|
QueryRtopTagImageResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRtopTagImageResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
List<RtopTagImage> |
getRiskImages() |
QueryRtopTagImageResponse |
setReqMsgId(String reqMsgId) |
QueryRtopTagImageResponse |
setResultCode(String resultCode) |
QueryRtopTagImageResponse |
setResultMsg(String resultMsg) |
QueryRtopTagImageResponse |
setRiskImages(List<RtopTagImage> riskImages) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="risk_images") public List<RtopTagImage> riskImages
public static QueryRtopTagImageResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRtopTagImageResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRtopTagImageResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRtopTagImageResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRtopTagImageResponse setRiskImages(List<RtopTagImage> riskImages)
public List<RtopTagImage> getRiskImages()
Copyright © 2025. All rights reserved.