public class CustomerDetail
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
channelParams
example:
|
String |
customerKey
example:
|
String |
extInfo
example:
|
| Constructor and Description |
|---|
CustomerDetail() |
| Modifier and Type | Method and Description |
|---|---|
static CustomerDetail |
build(Map<String,?> map) |
String |
getChannelParams() |
String |
getCustomerKey() |
String |
getExtInfo() |
CustomerDetail |
setChannelParams(String channelParams) |
CustomerDetail |
setCustomerKey(String customerKey) |
CustomerDetail |
setExtInfo(String extInfo) |
@NameInMap(value="customer_key") @Validation(required=true) public String customerKey
"186123456789"
@NameInMap(value="channel_params") @Validation(required=true) public String channelParams
"{"name":"苹果","code":"5643","num":"5"}"
@NameInMap(value="ext_info") @Validation(required=true) public String extInfo
"[{"name":"zhangshan"}]"
public static CustomerDetail build(Map<String,?> map) throws Exception
Exceptionpublic CustomerDetail setCustomerKey(String customerKey)
public String getCustomerKey()
public CustomerDetail setChannelParams(String channelParams)
public String getChannelParams()
public CustomerDetail setExtInfo(String extInfo)
public String getExtInfo()
Copyright © 2025. All rights reserved.