public class Contact
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
kind
example:
|
String |
mobile
example:
|
String |
name
example:
|
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
static Contact |
build(Map<String,?> map) |
String |
getKind() |
String |
getMobile() |
String |
getName() |
Contact |
setKind(String kind) |
Contact |
setMobile(String mobile) |
Contact |
setName(String name) |
@NameInMap(value="kind") @Validation(required=true) public String kind
1
@NameInMap(value="name") @Validation(required=true) public String name
张三
@NameInMap(value="mobile") @Validation(required=true) public String mobile
12345
Copyright © 2025. All rights reserved.