public class CustomerUmktInfosModel
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
customerKey
example:
|
List<UmktInfoModel> |
umktResults |
| Constructor and Description |
|---|
CustomerUmktInfosModel() |
| Modifier and Type | Method and Description |
|---|---|
static CustomerUmktInfosModel |
build(Map<String,?> map) |
String |
getCustomerKey() |
List<UmktInfoModel> |
getUmktResults() |
CustomerUmktInfosModel |
setCustomerKey(String customerKey) |
CustomerUmktInfosModel |
setUmktResults(List<UmktInfoModel> umktResults) |
@NameInMap(value="umkt_results") @Validation(required=true) public List<UmktInfoModel> umktResults
@NameInMap(value="customer_key") @Validation(required=true) public String customerKey
8002c3d97e7d4d20a0647c75dfab1efe
public static CustomerUmktInfosModel build(Map<String,?> map) throws Exception
Exceptionpublic CustomerUmktInfosModel setUmktResults(List<UmktInfoModel> umktResults)
public List<UmktInfoModel> getUmktResults()
public CustomerUmktInfosModel setCustomerKey(String customerKey)
public String getCustomerKey()
Copyright © 2025. All rights reserved.