public class QueryUmktTenantActionplaninfoResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Long |
pageNum |
Long |
pageSize |
List<TenantActionPlanInfo> |
queryResult |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Long |
totalCount |
| Constructor and Description |
|---|
QueryUmktTenantActionplaninfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryUmktTenantActionplaninfoResponse |
build(Map<String,?> map) |
Long |
getPageNum() |
Long |
getPageSize() |
List<TenantActionPlanInfo> |
getQueryResult() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Long |
getTotalCount() |
QueryUmktTenantActionplaninfoResponse |
setPageNum(Long pageNum) |
QueryUmktTenantActionplaninfoResponse |
setPageSize(Long pageSize) |
QueryUmktTenantActionplaninfoResponse |
setQueryResult(List<TenantActionPlanInfo> queryResult) |
QueryUmktTenantActionplaninfoResponse |
setReqMsgId(String reqMsgId) |
QueryUmktTenantActionplaninfoResponse |
setResultCode(String resultCode) |
QueryUmktTenantActionplaninfoResponse |
setResultMsg(String resultMsg) |
QueryUmktTenantActionplaninfoResponse |
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<TenantActionPlanInfo> queryResult
@NameInMap(value="page_num") public Long pageNum
@NameInMap(value="page_size") public Long pageSize
@NameInMap(value="total_count") public Long totalCount
public QueryUmktTenantActionplaninfoResponse()
public static QueryUmktTenantActionplaninfoResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryUmktTenantActionplaninfoResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryUmktTenantActionplaninfoResponse setResultCode(String resultCode)
public String getResultCode()
public QueryUmktTenantActionplaninfoResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryUmktTenantActionplaninfoResponse setQueryResult(List<TenantActionPlanInfo> queryResult)
public List<TenantActionPlanInfo> getQueryResult()
public QueryUmktTenantActionplaninfoResponse setPageNum(Long pageNum)
public Long getPageNum()
public QueryUmktTenantActionplaninfoResponse setPageSize(Long pageSize)
public Long getPageSize()
public QueryUmktTenantActionplaninfoResponse setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2025. All rights reserved.