public class ListRtopStarCompanyResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<RtopStarCompanyInfo> |
companyInfos |
Long |
pageNo |
Long |
pageSize |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Long |
totalCount |
| Constructor and Description |
|---|
ListRtopStarCompanyResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ListRtopStarCompanyResponse |
build(Map<String,?> map) |
List<RtopStarCompanyInfo> |
getCompanyInfos() |
Long |
getPageNo() |
Long |
getPageSize() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Long |
getTotalCount() |
ListRtopStarCompanyResponse |
setCompanyInfos(List<RtopStarCompanyInfo> companyInfos) |
ListRtopStarCompanyResponse |
setPageNo(Long pageNo) |
ListRtopStarCompanyResponse |
setPageSize(Long pageSize) |
ListRtopStarCompanyResponse |
setReqMsgId(String reqMsgId) |
ListRtopStarCompanyResponse |
setResultCode(String resultCode) |
ListRtopStarCompanyResponse |
setResultMsg(String resultMsg) |
ListRtopStarCompanyResponse |
setTotalCount(Long totalCount) |
@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<RtopStarCompanyInfo> companyInfos
@NameInMap(value="page_no") public Long pageNo
@NameInMap(value="page_size") public Long pageSize
@NameInMap(value="total_count") public Long totalCount
public static ListRtopStarCompanyResponse build(Map<String,?> map) throws Exception
Exceptionpublic ListRtopStarCompanyResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ListRtopStarCompanyResponse setResultCode(String resultCode)
public String getResultCode()
public ListRtopStarCompanyResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ListRtopStarCompanyResponse setCompanyInfos(List<RtopStarCompanyInfo> companyInfos)
public List<RtopStarCompanyInfo> getCompanyInfos()
public ListRtopStarCompanyResponse setPageNo(Long pageNo)
public Long getPageNo()
public ListRtopStarCompanyResponse setPageSize(Long pageSize)
public Long getPageSize()
public ListRtopStarCompanyResponse setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2025. All rights reserved.