public class QueryProductAmcCallbackResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<QueryResult> |
queryResults |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Boolean |
success |
| Constructor and Description |
|---|
QueryProductAmcCallbackResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryProductAmcCallbackResponse |
build(Map<String,?> map) |
List<QueryResult> |
getQueryResults() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Boolean |
getSuccess() |
QueryProductAmcCallbackResponse |
setQueryResults(List<QueryResult> queryResults) |
QueryProductAmcCallbackResponse |
setReqMsgId(String reqMsgId) |
QueryProductAmcCallbackResponse |
setResultCode(String resultCode) |
QueryProductAmcCallbackResponse |
setResultMsg(String resultMsg) |
QueryProductAmcCallbackResponse |
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="success") public Boolean success
@NameInMap(value="query_results") public List<QueryResult> queryResults
public static QueryProductAmcCallbackResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryProductAmcCallbackResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryProductAmcCallbackResponse setResultCode(String resultCode)
public String getResultCode()
public QueryProductAmcCallbackResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryProductAmcCallbackResponse setSuccess(Boolean success)
public Boolean getSuccess()
public QueryProductAmcCallbackResponse setQueryResults(List<QueryResult> queryResults)
public List<QueryResult> getQueryResults()
Copyright © 2025. All rights reserved.