public class ListRtopCompanyRelatedResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<RtopRiskGeneNode> |
companies |
String |
reqMsgId |
String |
responseCode |
String |
resultCode |
String |
resultMsg |
Boolean |
success |
| Constructor and Description |
|---|
ListRtopCompanyRelatedResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ListRtopCompanyRelatedResponse |
build(Map<String,?> map) |
List<RtopRiskGeneNode> |
getCompanies() |
String |
getReqMsgId() |
String |
getResponseCode() |
String |
getResultCode() |
String |
getResultMsg() |
Boolean |
getSuccess() |
ListRtopCompanyRelatedResponse |
setCompanies(List<RtopRiskGeneNode> companies) |
ListRtopCompanyRelatedResponse |
setReqMsgId(String reqMsgId) |
ListRtopCompanyRelatedResponse |
setResponseCode(String responseCode) |
ListRtopCompanyRelatedResponse |
setResultCode(String resultCode) |
ListRtopCompanyRelatedResponse |
setResultMsg(String resultMsg) |
ListRtopCompanyRelatedResponse |
setSuccess(Boolean success) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="companies") public List<RtopRiskGeneNode> companies
@NameInMap(value="response_code") public String responseCode
@NameInMap(value="success") public Boolean success
public static ListRtopCompanyRelatedResponse build(Map<String,?> map) throws Exception
Exceptionpublic ListRtopCompanyRelatedResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ListRtopCompanyRelatedResponse setResultCode(String resultCode)
public String getResultCode()
public ListRtopCompanyRelatedResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ListRtopCompanyRelatedResponse setCompanies(List<RtopRiskGeneNode> companies)
public List<RtopRiskGeneNode> getCompanies()
public ListRtopCompanyRelatedResponse setResponseCode(String responseCode)
public String getResponseCode()
public ListRtopCompanyRelatedResponse setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.