public class BatchqueryQmpTenantActionplaninfoResponse
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 |
|---|
BatchqueryQmpTenantActionplaninfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
static BatchqueryQmpTenantActionplaninfoResponse |
build(Map<String,?> map) |
List<ActionPlanDetailInfo> |
getQueryResult() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Long |
getTotalCount() |
BatchqueryQmpTenantActionplaninfoResponse |
setQueryResult(List<ActionPlanDetailInfo> queryResult) |
BatchqueryQmpTenantActionplaninfoResponse |
setReqMsgId(String reqMsgId) |
BatchqueryQmpTenantActionplaninfoResponse |
setResultCode(String resultCode) |
BatchqueryQmpTenantActionplaninfoResponse |
setResultMsg(String resultMsg) |
BatchqueryQmpTenantActionplaninfoResponse |
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 BatchqueryQmpTenantActionplaninfoResponse()
public static BatchqueryQmpTenantActionplaninfoResponse build(Map<String,?> map) throws Exception
Exceptionpublic BatchqueryQmpTenantActionplaninfoResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public BatchqueryQmpTenantActionplaninfoResponse setResultCode(String resultCode)
public String getResultCode()
public BatchqueryQmpTenantActionplaninfoResponse setResultMsg(String resultMsg)
public String getResultMsg()
public BatchqueryQmpTenantActionplaninfoResponse setQueryResult(List<ActionPlanDetailInfo> queryResult)
public List<ActionPlanDetailInfo> getQueryResult()
public BatchqueryQmpTenantActionplaninfoResponse setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2025. All rights reserved.