public class EnableUserRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
tid
The ID of the tenant.
|
String |
uid
The UID of the Alibaba Cloud account.
|
| 构造器和说明 |
|---|
EnableUserRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static EnableUserRequest |
build(Map<String,?> map) |
Long |
getTid() |
String |
getUid() |
EnableUserRequest |
setTid(Long tid) |
EnableUserRequest |
setUid(String uid) |
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To obtain the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Tenant information.
-1
@NameInMap(value="Uid") public String uid
The UID of the Alibaba Cloud account.
This parameter is required.
example:12345
public static EnableUserRequest build(Map<String,?> map) throws Exception
Exceptionpublic EnableUserRequest setTid(Long tid)
public Long getTid()
public EnableUserRequest setUid(String uid)
public String getUid()
Copyright © 2025. All rights reserved.