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