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