public class GetRtopCompanyDetailResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
String |
riskFeatures |
Long |
riskScore |
List<RtopRiskTag> |
riskTags |
| Constructor and Description |
|---|
GetRtopCompanyDetailResponse() |
| Modifier and Type | Method and Description |
|---|---|
static GetRtopCompanyDetailResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
String |
getRiskFeatures() |
Long |
getRiskScore() |
List<RtopRiskTag> |
getRiskTags() |
GetRtopCompanyDetailResponse |
setReqMsgId(String reqMsgId) |
GetRtopCompanyDetailResponse |
setResultCode(String resultCode) |
GetRtopCompanyDetailResponse |
setResultMsg(String resultMsg) |
GetRtopCompanyDetailResponse |
setRiskFeatures(String riskFeatures) |
GetRtopCompanyDetailResponse |
setRiskScore(Long riskScore) |
GetRtopCompanyDetailResponse |
setRiskTags(List<RtopRiskTag> 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_score") public Long riskScore
@NameInMap(value="risk_features") public String riskFeatures
@NameInMap(value="risk_tags") public List<RtopRiskTag> riskTags
public static GetRtopCompanyDetailResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetRtopCompanyDetailResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public GetRtopCompanyDetailResponse setResultCode(String resultCode)
public String getResultCode()
public GetRtopCompanyDetailResponse setResultMsg(String resultMsg)
public String getResultMsg()
public GetRtopCompanyDetailResponse setRiskScore(Long riskScore)
public Long getRiskScore()
public GetRtopCompanyDetailResponse setRiskFeatures(String riskFeatures)
public String getRiskFeatures()
public GetRtopCompanyDetailResponse setRiskTags(List<RtopRiskTag> riskTags)
public List<RtopRiskTag> getRiskTags()
Copyright © 2025. All rights reserved.