public class BatchqueryUmktRtTopnResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<CustomerUmktInfoModel> |
queryResult |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Boolean |
success |
| Constructor and Description |
|---|
BatchqueryUmktRtTopnResponse() |
| Modifier and Type | Method and Description |
|---|---|
static BatchqueryUmktRtTopnResponse |
build(Map<String,?> map) |
List<CustomerUmktInfoModel> |
getQueryResult() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Boolean |
getSuccess() |
BatchqueryUmktRtTopnResponse |
setQueryResult(List<CustomerUmktInfoModel> queryResult) |
BatchqueryUmktRtTopnResponse |
setReqMsgId(String reqMsgId) |
BatchqueryUmktRtTopnResponse |
setResultCode(String resultCode) |
BatchqueryUmktRtTopnResponse |
setResultMsg(String resultMsg) |
BatchqueryUmktRtTopnResponse |
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_result") public List<CustomerUmktInfoModel> queryResult
public static BatchqueryUmktRtTopnResponse build(Map<String,?> map) throws Exception
Exceptionpublic BatchqueryUmktRtTopnResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public BatchqueryUmktRtTopnResponse setResultCode(String resultCode)
public String getResultCode()
public BatchqueryUmktRtTopnResponse setResultMsg(String resultMsg)
public String getResultMsg()
public BatchqueryUmktRtTopnResponse setSuccess(Boolean success)
public Boolean getSuccess()
public BatchqueryUmktRtTopnResponse setQueryResult(List<CustomerUmktInfoModel> queryResult)
public List<CustomerUmktInfoModel> getQueryResult()
Copyright © 2025. All rights reserved.