public class ApplyUmktRtBatchmarketingResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
bizId |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
ApplyUmktRtBatchmarketingResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ApplyUmktRtBatchmarketingResponse |
build(Map<String,?> map) |
String |
getBizId() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
ApplyUmktRtBatchmarketingResponse |
setBizId(String bizId) |
ApplyUmktRtBatchmarketingResponse |
setReqMsgId(String reqMsgId) |
ApplyUmktRtBatchmarketingResponse |
setResultCode(String resultCode) |
ApplyUmktRtBatchmarketingResponse |
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="biz_id") public String bizId
public static ApplyUmktRtBatchmarketingResponse build(Map<String,?> map) throws Exception
Exceptionpublic ApplyUmktRtBatchmarketingResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ApplyUmktRtBatchmarketingResponse setResultCode(String resultCode)
public String getResultCode()
public ApplyUmktRtBatchmarketingResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ApplyUmktRtBatchmarketingResponse setBizId(String bizId)
public String getBizId()
Copyright © 2025. All rights reserved.