public class QueryRtopRiskstormResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<RtopRiskStormCompanyAnnualReport> |
annualReports |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
List<RiskStormLabelResp> |
riskLabels |
| Constructor and Description |
|---|
QueryRtopRiskstormResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRtopRiskstormResponse |
build(Map<String,?> map) |
List<RtopRiskStormCompanyAnnualReport> |
getAnnualReports() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
List<RiskStormLabelResp> |
getRiskLabels() |
QueryRtopRiskstormResponse |
setAnnualReports(List<RtopRiskStormCompanyAnnualReport> annualReports) |
QueryRtopRiskstormResponse |
setReqMsgId(String reqMsgId) |
QueryRtopRiskstormResponse |
setResultCode(String resultCode) |
QueryRtopRiskstormResponse |
setResultMsg(String resultMsg) |
QueryRtopRiskstormResponse |
setRiskLabels(List<RiskStormLabelResp> riskLabels) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="annual_reports") public List<RtopRiskStormCompanyAnnualReport> annualReports
@NameInMap(value="risk_labels") public List<RiskStormLabelResp> riskLabels
public static QueryRtopRiskstormResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRtopRiskstormResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRtopRiskstormResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRtopRiskstormResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRtopRiskstormResponse setAnnualReports(List<RtopRiskStormCompanyAnnualReport> annualReports)
public List<RtopRiskStormCompanyAnnualReport> getAnnualReports()
public QueryRtopRiskstormResponse setRiskLabels(List<RiskStormLabelResp> riskLabels)
public List<RiskStormLabelResp> getRiskLabels()
Copyright © 2025. All rights reserved.