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