public class CustomerInfo
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
customerKey
example:
|
String |
properties
example:
|
| Constructor and Description |
|---|
CustomerInfo() |
| Modifier and Type | Method and Description |
|---|---|
static CustomerInfo |
build(Map<String,?> map) |
String |
getCustomerKey() |
String |
getProperties() |
CustomerInfo |
setCustomerKey(String customerKey) |
CustomerInfo |
setProperties(String properties) |
@NameInMap(value="customer_key") @Validation(required=true) public String customerKey
15022321363
@NameInMap(value="properties") public String properties
{"test_score": 22.0}
public static CustomerInfo build(Map<String,?> map) throws Exception
Exceptionpublic CustomerInfo setCustomerKey(String customerKey)
public String getCustomerKey()
public CustomerInfo setProperties(String properties)
public String getProperties()
Copyright © 2025. All rights reserved.