public class ApplyQmpRtBatchmarketingRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
authToken |
List<CustomerDetail> |
customerDetails |
String |
outInfo |
String |
outSerialNo |
String |
paramType |
String |
productInstanceId |
Long |
sceneStrategyId |
| Constructor and Description |
|---|
ApplyQmpRtBatchmarketingRequest() |
| Modifier and Type | Method and Description |
|---|---|
static ApplyQmpRtBatchmarketingRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
List<CustomerDetail> |
getCustomerDetails() |
String |
getOutInfo() |
String |
getOutSerialNo() |
String |
getParamType() |
String |
getProductInstanceId() |
Long |
getSceneStrategyId() |
ApplyQmpRtBatchmarketingRequest |
setAuthToken(String authToken) |
ApplyQmpRtBatchmarketingRequest |
setCustomerDetails(List<CustomerDetail> customerDetails) |
ApplyQmpRtBatchmarketingRequest |
setOutInfo(String outInfo) |
ApplyQmpRtBatchmarketingRequest |
setOutSerialNo(String outSerialNo) |
ApplyQmpRtBatchmarketingRequest |
setParamType(String paramType) |
ApplyQmpRtBatchmarketingRequest |
setProductInstanceId(String productInstanceId) |
ApplyQmpRtBatchmarketingRequest |
setSceneStrategyId(Long sceneStrategyId) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="product_instance_id") public String productInstanceId
@NameInMap(value="scene_strategy_id") @Validation(required=true) public Long sceneStrategyId
@NameInMap(value="out_serial_no") @Validation(required=true) public String outSerialNo
@NameInMap(value="param_type") @Validation(required=true) public String paramType
@NameInMap(value="out_info") public String outInfo
@NameInMap(value="customer_details") @Validation(required=true) public List<CustomerDetail> customerDetails
public static ApplyQmpRtBatchmarketingRequest build(Map<String,?> map) throws Exception
Exceptionpublic ApplyQmpRtBatchmarketingRequest setAuthToken(String authToken)
public String getAuthToken()
public ApplyQmpRtBatchmarketingRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public ApplyQmpRtBatchmarketingRequest setSceneStrategyId(Long sceneStrategyId)
public Long getSceneStrategyId()
public ApplyQmpRtBatchmarketingRequest setOutSerialNo(String outSerialNo)
public String getOutSerialNo()
public ApplyQmpRtBatchmarketingRequest setParamType(String paramType)
public String getParamType()
public ApplyQmpRtBatchmarketingRequest setOutInfo(String outInfo)
public String getOutInfo()
public ApplyQmpRtBatchmarketingRequest setCustomerDetails(List<CustomerDetail> customerDetails)
public List<CustomerDetail> getCustomerDetails()
Copyright © 2025. All rights reserved.