public class QueryCreditshieldProductBatchResponse
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 |
|---|
QueryCreditshieldProductBatchResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryCreditshieldProductBatchResponse |
build(Map<String,?> map) |
List<QueryResult> |
getQueryResults() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Boolean |
getSuccess() |
QueryCreditshieldProductBatchResponse |
setQueryResults(List<QueryResult> queryResults) |
QueryCreditshieldProductBatchResponse |
setReqMsgId(String reqMsgId) |
QueryCreditshieldProductBatchResponse |
setResultCode(String resultCode) |
QueryCreditshieldProductBatchResponse |
setResultMsg(String resultMsg) |
QueryCreditshieldProductBatchResponse |
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 QueryCreditshieldProductBatchResponse()
public static QueryCreditshieldProductBatchResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryCreditshieldProductBatchResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryCreditshieldProductBatchResponse setResultCode(String resultCode)
public String getResultCode()
public QueryCreditshieldProductBatchResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryCreditshieldProductBatchResponse setSuccess(Boolean success)
public Boolean getSuccess()
public QueryCreditshieldProductBatchResponse setQueryResults(List<QueryResult> queryResults)
public List<QueryResult> getQueryResults()
Copyright © 2025. All rights reserved.