public class BatchqueryQmpActionplanDetailResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<ActionPlanDetailInfo> |
actionPlanDetailInfo |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
BatchqueryQmpActionplanDetailResponse() |
| Modifier and Type | Method and Description |
|---|---|
static BatchqueryQmpActionplanDetailResponse |
build(Map<String,?> map) |
List<ActionPlanDetailInfo> |
getActionPlanDetailInfo() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
BatchqueryQmpActionplanDetailResponse |
setActionPlanDetailInfo(List<ActionPlanDetailInfo> actionPlanDetailInfo) |
BatchqueryQmpActionplanDetailResponse |
setReqMsgId(String reqMsgId) |
BatchqueryQmpActionplanDetailResponse |
setResultCode(String resultCode) |
BatchqueryQmpActionplanDetailResponse |
setResultMsg(String resultMsg) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="action_plan_detail_info") public List<ActionPlanDetailInfo> actionPlanDetailInfo
public BatchqueryQmpActionplanDetailResponse()
public static BatchqueryQmpActionplanDetailResponse build(Map<String,?> map) throws Exception
Exceptionpublic BatchqueryQmpActionplanDetailResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public BatchqueryQmpActionplanDetailResponse setResultCode(String resultCode)
public String getResultCode()
public BatchqueryQmpActionplanDetailResponse setResultMsg(String resultMsg)
public String getResultMsg()
public BatchqueryQmpActionplanDetailResponse setActionPlanDetailInfo(List<ActionPlanDetailInfo> actionPlanDetailInfo)
public List<ActionPlanDetailInfo> getActionPlanDetailInfo()
Copyright © 2025. All rights reserved.