public class QueryRtopCompanyResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<CompanyInfo> |
companyInfos |
String |
reqMsgId |
String |
responseCode |
String |
resultCode |
String |
resultMsg |
Boolean |
success |
| Constructor and Description |
|---|
QueryRtopCompanyResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRtopCompanyResponse |
build(Map<String,?> map) |
List<CompanyInfo> |
getCompanyInfos() |
String |
getReqMsgId() |
String |
getResponseCode() |
String |
getResultCode() |
String |
getResultMsg() |
Boolean |
getSuccess() |
QueryRtopCompanyResponse |
setCompanyInfos(List<CompanyInfo> companyInfos) |
QueryRtopCompanyResponse |
setReqMsgId(String reqMsgId) |
QueryRtopCompanyResponse |
setResponseCode(String responseCode) |
QueryRtopCompanyResponse |
setResultCode(String resultCode) |
QueryRtopCompanyResponse |
setResultMsg(String resultMsg) |
QueryRtopCompanyResponse |
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="company_infos") public List<CompanyInfo> companyInfos
@NameInMap(value="response_code") public String responseCode
@NameInMap(value="success") public Boolean success
public static QueryRtopCompanyResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRtopCompanyResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRtopCompanyResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRtopCompanyResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRtopCompanyResponse setCompanyInfos(List<CompanyInfo> companyInfos)
public List<CompanyInfo> getCompanyInfos()
public QueryRtopCompanyResponse setResponseCode(String responseCode)
public String getResponseCode()
public QueryRtopCompanyResponse setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.