public class BackflowEventRecordProperty
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
key
example:
|
String |
value
example:
|
| Constructor and Description |
|---|
BackflowEventRecordProperty() |
| Modifier and Type | Method and Description |
|---|---|
static BackflowEventRecordProperty |
build(Map<String,?> map) |
String |
getKey() |
String |
getValue() |
BackflowEventRecordProperty |
setKey(String key) |
BackflowEventRecordProperty |
setValue(String value) |
@NameInMap(value="key") @Validation(required=true) public String key
mobile
@NameInMap(value="value") @Validation(required=true) public String value
18941147005
public static BackflowEventRecordProperty build(Map<String,?> map) throws Exception
Exceptionpublic BackflowEventRecordProperty setKey(String key)
public String getKey()
public BackflowEventRecordProperty setValue(String value)
public String getValue()
Copyright © 2025. All rights reserved.