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