public class BatchqueryUmktTenantActionplaninfoResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<ActionPlanDetailInfo> |
queryResult |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Long |
totalCount |
| Constructor and Description |
|---|
BatchqueryUmktTenantActionplaninfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
static BatchqueryUmktTenantActionplaninfoResponse |
build(Map<String,?> map) |
List<ActionPlanDetailInfo> |
getQueryResult() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Long |
getTotalCount() |
BatchqueryUmktTenantActionplaninfoResponse |
setQueryResult(List<ActionPlanDetailInfo> queryResult) |
BatchqueryUmktTenantActionplaninfoResponse |
setReqMsgId(String reqMsgId) |
BatchqueryUmktTenantActionplaninfoResponse |
setResultCode(String resultCode) |
BatchqueryUmktTenantActionplaninfoResponse |
setResultMsg(String resultMsg) |
BatchqueryUmktTenantActionplaninfoResponse |
setTotalCount(Long totalCount) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="query_result") public List<ActionPlanDetailInfo> queryResult
@NameInMap(value="total_count") public Long totalCount
public BatchqueryUmktTenantActionplaninfoResponse()
public static BatchqueryUmktTenantActionplaninfoResponse build(Map<String,?> map) throws Exception
Exceptionpublic BatchqueryUmktTenantActionplaninfoResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public BatchqueryUmktTenantActionplaninfoResponse setResultCode(String resultCode)
public String getResultCode()
public BatchqueryUmktTenantActionplaninfoResponse setResultMsg(String resultMsg)
public String getResultMsg()
public BatchqueryUmktTenantActionplaninfoResponse setQueryResult(List<ActionPlanDetailInfo> queryResult)
public List<ActionPlanDetailInfo> getQueryResult()
public BatchqueryUmktTenantActionplaninfoResponse setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2025. All rights reserved.