public class QueryRtopCompanyRiskyResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
reqMsgId |
String |
responseCode |
String |
resultCode |
String |
resultMsg |
List<RtopRiskyCompany> |
riskyCompanies |
Boolean |
success |
Long |
totalNum |
| Constructor and Description |
|---|
QueryRtopCompanyRiskyResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRtopCompanyRiskyResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResponseCode() |
String |
getResultCode() |
String |
getResultMsg() |
List<RtopRiskyCompany> |
getRiskyCompanies() |
Boolean |
getSuccess() |
Long |
getTotalNum() |
QueryRtopCompanyRiskyResponse |
setReqMsgId(String reqMsgId) |
QueryRtopCompanyRiskyResponse |
setResponseCode(String responseCode) |
QueryRtopCompanyRiskyResponse |
setResultCode(String resultCode) |
QueryRtopCompanyRiskyResponse |
setResultMsg(String resultMsg) |
QueryRtopCompanyRiskyResponse |
setRiskyCompanies(List<RtopRiskyCompany> riskyCompanies) |
QueryRtopCompanyRiskyResponse |
setSuccess(Boolean success) |
QueryRtopCompanyRiskyResponse |
setTotalNum(Long totalNum) |
@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="risky_companies") public List<RtopRiskyCompany> riskyCompanies
@NameInMap(value="success") public Boolean success
@NameInMap(value="total_num") public Long totalNum
public static QueryRtopCompanyRiskyResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRtopCompanyRiskyResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRtopCompanyRiskyResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRtopCompanyRiskyResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRtopCompanyRiskyResponse setResponseCode(String responseCode)
public String getResponseCode()
public QueryRtopCompanyRiskyResponse setRiskyCompanies(List<RtopRiskyCompany> riskyCompanies)
public List<RtopRiskyCompany> getRiskyCompanies()
public QueryRtopCompanyRiskyResponse setSuccess(Boolean success)
public Boolean getSuccess()
public QueryRtopCompanyRiskyResponse setTotalNum(Long totalNum)
public Long getTotalNum()
Copyright © 2025. All rights reserved.