public class GetUserRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
tid
The ID of the tenant.
|
String |
uid
The UID of the Alibaba Cloud account.
|
String |
userId
The ID of the user.
|
| 构造器和说明 |
|---|
GetUserRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetUserRequest |
build(Map<String,?> map) |
Long |
getTid() |
String |
getUid() |
String |
getUserId() |
GetUserRequest |
setTid(Long tid) |
GetUserRequest |
setUid(String uid) |
GetUserRequest |
setUserId(String userId) |
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to obtain the tenant ID.
example:3***
@NameInMap(value="Uid") public String uid
The UID of the Alibaba Cloud account. You can view your UID by moving the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console.
example:22973492647626****
public static GetUserRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetUserRequest setTid(Long tid)
public Long getTid()
public GetUserRequest setUid(String uid)
public String getUid()
public GetUserRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.