public class BaseCustomerUmktInfoModel
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
customerKey
example:
|
String |
queryTemplate
example:
|
Long |
umktResult
example:
|
| Constructor and Description |
|---|
BaseCustomerUmktInfoModel() |
| Modifier and Type | Method and Description |
|---|---|
static BaseCustomerUmktInfoModel |
build(Map<String,?> map) |
String |
getCustomerKey() |
String |
getQueryTemplate() |
Long |
getUmktResult() |
BaseCustomerUmktInfoModel |
setCustomerKey(String customerKey) |
BaseCustomerUmktInfoModel |
setQueryTemplate(String queryTemplate) |
BaseCustomerUmktInfoModel |
setUmktResult(Long umktResult) |
@NameInMap(value="customer_key") public String customerKey
15011111605
@NameInMap(value="query_template") public String queryTemplate
MOBILE
@NameInMap(value="umkt_result") public Long umktResult
1
public static BaseCustomerUmktInfoModel build(Map<String,?> map) throws Exception
Exceptionpublic BaseCustomerUmktInfoModel setCustomerKey(String customerKey)
public String getCustomerKey()
public BaseCustomerUmktInfoModel setQueryTemplate(String queryTemplate)
public String getQueryTemplate()
public BaseCustomerUmktInfoModel setUmktResult(Long umktResult)
public Long getUmktResult()
Copyright © 2025. All rights reserved.