public class UpdateUserRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
maxExecuteCount
The maximum number of queries that can be performed each day.
|
Long |
maxResultCount
The maximum number of rows that can be queried each day.
|
String |
mobile
The DingTalk ID or mobile number of the user.
|
String |
roleNames
The roles that the user assumes.
|
Long |
tid
The ID of the tenant.
|
Long |
uid
The Alibaba Cloud unique ID (UID) of the user to update.
|
String |
uidString
The UID of the String type.
|
String |
userNick
The nickname of the user.
|
| 构造器和说明 |
|---|
UpdateUserRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateUserRequest |
build(Map<String,?> map) |
Long |
getMaxExecuteCount() |
Long |
getMaxResultCount() |
String |
getMobile() |
String |
getRoleNames() |
Long |
getTid() |
Long |
getUid() |
String |
getUidString() |
String |
getUserNick() |
UpdateUserRequest |
setMaxExecuteCount(Long maxExecuteCount) |
UpdateUserRequest |
setMaxResultCount(Long maxResultCount) |
UpdateUserRequest |
setMobile(String mobile) |
UpdateUserRequest |
setRoleNames(String roleNames) |
UpdateUserRequest |
setTid(Long tid) |
UpdateUserRequest |
setUid(Long uid) |
UpdateUserRequest |
setUidString(String uidString) |
UpdateUserRequest |
setUserNick(String userNick) |
@NameInMap(value="MaxExecuteCount") public Long maxExecuteCount
The maximum number of queries that can be performed each day.
example:1000
@NameInMap(value="MaxResultCount") public Long maxResultCount
The maximum number of rows that can be queried each day.
example:1000
@NameInMap(value="Mobile") public String mobile
The DingTalk ID or mobile number of the user.
example:188xxxxxxxx
@NameInMap(value="RoleNames") public String roleNames
The roles that the user assumes. For more information about the valid values, see the Request parameters section in the UpdateUser topic.
example:ADMIN,DBA
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:: To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see Manage DMS tenants.
-1
@NameInMap(value="Uid") public Long uid
The Alibaba Cloud unique ID (UID) of the user to update.
This parameter is required.
example:123456789
@NameInMap(value="UidString") public String uidString
The UID of the String type. If you specify this parameter, the UID of the Long type is replaced.
example:322824****:dmstest.wu@A201***
@NameInMap(value="UserNick") public String userNick
The nickname of the user.
example:test
public static UpdateUserRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateUserRequest setMaxExecuteCount(Long maxExecuteCount)
public Long getMaxExecuteCount()
public UpdateUserRequest setMaxResultCount(Long maxResultCount)
public Long getMaxResultCount()
public UpdateUserRequest setMobile(String mobile)
public String getMobile()
public UpdateUserRequest setRoleNames(String roleNames)
public String getRoleNames()
public UpdateUserRequest setTid(Long tid)
public Long getTid()
public UpdateUserRequest setUid(Long uid)
public Long getUid()
public UpdateUserRequest setUidString(String uidString)
public String getUidString()
public UpdateUserRequest setUserNick(String userNick)
public String getUserNick()
Copyright © 2025. All rights reserved.