public class QueryRtopCompanyRiskResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
List<RtopCompanyRiskFactor> |
riskFactors |
String |
riskLevel |
String |
riskMessage |
Long |
riskScore |
List<String> |
riskTags |
| Constructor and Description |
|---|
QueryRtopCompanyRiskResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRtopCompanyRiskResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
List<RtopCompanyRiskFactor> |
getRiskFactors() |
String |
getRiskLevel() |
String |
getRiskMessage() |
Long |
getRiskScore() |
List<String> |
getRiskTags() |
QueryRtopCompanyRiskResponse |
setReqMsgId(String reqMsgId) |
QueryRtopCompanyRiskResponse |
setResultCode(String resultCode) |
QueryRtopCompanyRiskResponse |
setResultMsg(String resultMsg) |
QueryRtopCompanyRiskResponse |
setRiskFactors(List<RtopCompanyRiskFactor> riskFactors) |
QueryRtopCompanyRiskResponse |
setRiskLevel(String riskLevel) |
QueryRtopCompanyRiskResponse |
setRiskMessage(String riskMessage) |
QueryRtopCompanyRiskResponse |
setRiskScore(Long riskScore) |
QueryRtopCompanyRiskResponse |
setRiskTags(List<String> riskTags) |
@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_factors") public List<RtopCompanyRiskFactor> riskFactors
@NameInMap(value="risk_level") public String riskLevel
@NameInMap(value="risk_message") public String riskMessage
@NameInMap(value="risk_score") public Long riskScore
public static QueryRtopCompanyRiskResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRtopCompanyRiskResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRtopCompanyRiskResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRtopCompanyRiskResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRtopCompanyRiskResponse setRiskFactors(List<RtopCompanyRiskFactor> riskFactors)
public List<RtopCompanyRiskFactor> getRiskFactors()
public QueryRtopCompanyRiskResponse setRiskLevel(String riskLevel)
public String getRiskLevel()
public QueryRtopCompanyRiskResponse setRiskMessage(String riskMessage)
public String getRiskMessage()
public QueryRtopCompanyRiskResponse setRiskScore(Long riskScore)
public Long getRiskScore()
public QueryRtopCompanyRiskResponse setRiskTags(List<String> riskTags)
Copyright © 2025. All rights reserved.