public class UserMapValue
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
deptId
example:
xxx
|
String |
name
example:
张三
|
String |
userId
example:
user123
|
| 构造器和说明 |
|---|
UserMapValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UserMapValue |
build(Map<String,?> map) |
String |
getDeptId() |
String |
getName() |
String |
getUserId() |
UserMapValue |
setDeptId(String deptId) |
UserMapValue |
setName(String name) |
UserMapValue |
setUserId(String userId) |
@NameInMap(value="userId") public String userId
user123
@NameInMap(value="name") public String name
张三
@NameInMap(value="deptId") public String deptId
xxx
public static UserMapValue build(Map<String,?> map) throws Exception
Exceptionpublic UserMapValue setUserId(String userId)
public String getUserId()
public UserMapValue setName(String name)
public String getName()
public UserMapValue setDeptId(String deptId)
public String getDeptId()
Copyright © 2025. All rights reserved.