public static class GetUserResponseBody.GetUserResponseBodyUser
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
curExecuteCount
The number of queries that are performed on the current day.
|
Long |
curResultCount
The number of rows that are queried on the current day.
|
String |
dingRobot
The DingTalk chatbot URL that is used to receive notifications.
|
String |
email
The email address that is used to receive notifications.
|
String |
lastLoginTime
The last point in time when the user logged on to the console.
|
Long |
maxExecuteCount
The maximum number of queries that can be performed on the current day.
|
Long |
maxResultCount
The maximum number of rows that can be queried on the current day.
|
String |
mobile
The mobile number of the user.
|
String |
nickName
The nickname of the user.
|
String |
notificationMode
The notification method.
|
Long |
parentUid
The UID of the Alibaba Cloud account of the user.
|
GetUserResponseBody.GetUserResponseBodyUserRoleIdList |
roleIdList
The list of role IDs.
|
GetUserResponseBody.GetUserResponseBodyUserRoleNameList |
roleNameList
The list of role names.
|
String |
signatureMethod
The signature method that is used to secure connections when a webhook URL is used.
|
String |
state
The status of the user.
|
String |
uid
The UID of the user.
|
String |
userId
The ID of the user.
|
String |
webhook
The webhook URL that is used to receive notifications.
|
| 构造器和说明 |
|---|
GetUserResponseBodyUser() |
@NameInMap(value="CurExecuteCount") public Long curExecuteCount
The number of queries that are performed on the current day.
example:3
@NameInMap(value="CurResultCount") public Long curResultCount
The number of rows that are queried on the current day.
example:28
@NameInMap(value="DingRobot") public String dingRobot
The DingTalk chatbot URL that is used to receive notifications.
The system returns this parameter if the user has set a DingTalk chatbot URL in the console. To set a DingTalk chatbot URL in the console, move the pointer over the profile picture in the upper-right corner and click the Edit icon next to Notice.
The system does not return this parameter if the user has not set a DingTalk chatbot URL.
@NameInMap(value="Email") public String email
The email address that is used to receive notifications.
The system returns this parameter if the user has set an email address in the console. To set an email address in the console, move the pointer over the profile picture in the upper-right corner and click the Edit icon next to Notice.
The system does not return this parameter if the user has not set an email address.
Uesr_email
@NameInMap(value="LastLoginTime") public String lastLoginTime
The last point in time when the user logged on to the console.
example:2021-11-08 11:26:21
@NameInMap(value="MaxExecuteCount") public Long maxExecuteCount
The maximum number of queries that can be performed on the current day.
example:2000
@NameInMap(value="MaxResultCount") public Long maxResultCount
The maximum number of rows that can be queried on the current day.
example:10000
@NameInMap(value="Mobile") public String mobile
The mobile number of the user.
The system returns this parameter if the user has set a mobile phone number in the console. To set a mobile phone number in the console, move the pointer over the profile picture in the upper-right corner and click the Edit icon next to Notice.
The system does not return this parameter if the user has not set a mobile phone number.
1389223****
@NameInMap(value="NickName") public String nickName
The nickname of the user.
example:User_NickName
@NameInMap(value="NotificationMode") public String notificationMode
The notification method. The system returns one or more values. Valid values:
@NameInMap(value="ParentUid") public Long parentUid
The UID of the Alibaba Cloud account of the user.
example:An Alibaba Cloud account can contain one or more RAM users.
140692647406****
@NameInMap(value="RoleIdList") public GetUserResponseBody.GetUserResponseBodyUserRoleIdList roleIdList
The list of role IDs.
@NameInMap(value="RoleNameList") public GetUserResponseBody.GetUserResponseBodyUserRoleNameList roleNameList
The list of role names.
@NameInMap(value="SignatureMethod") public String signatureMethod
The signature method that is used to secure connections when a webhook URL is used. Valid values:
NONE
@NameInMap(value="State") public String state
The status of the user. Valid values:
NORMAL
@NameInMap(value="Uid") public String uid
The UID of the user.
example:22275482072787****
@NameInMap(value="UserId") public String userId
The ID of the user.
example:51****
@NameInMap(value="Webhook") public String webhook
The webhook URL that is used to receive notifications.
If the user has set a webhook URL, DMS sends notifications to the specified URL.
The system does not return this parameter if the user has not set a webhook URL.
public static GetUserResponseBody.GetUserResponseBodyUser build(Map<String,?> map) throws Exception
Exceptionpublic GetUserResponseBody.GetUserResponseBodyUser setCurExecuteCount(Long curExecuteCount)
public Long getCurExecuteCount()
public GetUserResponseBody.GetUserResponseBodyUser setCurResultCount(Long curResultCount)
public Long getCurResultCount()
public GetUserResponseBody.GetUserResponseBodyUser setDingRobot(String dingRobot)
public String getDingRobot()
public GetUserResponseBody.GetUserResponseBodyUser setEmail(String email)
public String getEmail()
public GetUserResponseBody.GetUserResponseBodyUser setLastLoginTime(String lastLoginTime)
public String getLastLoginTime()
public GetUserResponseBody.GetUserResponseBodyUser setMaxExecuteCount(Long maxExecuteCount)
public Long getMaxExecuteCount()
public GetUserResponseBody.GetUserResponseBodyUser setMaxResultCount(Long maxResultCount)
public Long getMaxResultCount()
public GetUserResponseBody.GetUserResponseBodyUser setMobile(String mobile)
public String getMobile()
public GetUserResponseBody.GetUserResponseBodyUser setNickName(String nickName)
public String getNickName()
public GetUserResponseBody.GetUserResponseBodyUser setNotificationMode(String notificationMode)
public String getNotificationMode()
public GetUserResponseBody.GetUserResponseBodyUser setParentUid(Long parentUid)
public Long getParentUid()
public GetUserResponseBody.GetUserResponseBodyUser setRoleIdList(GetUserResponseBody.GetUserResponseBodyUserRoleIdList roleIdList)
public GetUserResponseBody.GetUserResponseBodyUserRoleIdList getRoleIdList()
public GetUserResponseBody.GetUserResponseBodyUser setRoleNameList(GetUserResponseBody.GetUserResponseBodyUserRoleNameList roleNameList)
public GetUserResponseBody.GetUserResponseBodyUserRoleNameList getRoleNameList()
public GetUserResponseBody.GetUserResponseBodyUser setSignatureMethod(String signatureMethod)
public String getSignatureMethod()
public GetUserResponseBody.GetUserResponseBodyUser setState(String state)
public String getState()
public GetUserResponseBody.GetUserResponseBodyUser setUid(String uid)
public String getUid()
public GetUserResponseBody.GetUserResponseBodyUser setUserId(String userId)
public String getUserId()
public GetUserResponseBody.GetUserResponseBodyUser setWebhook(String webhook)
public String getWebhook()
Copyright © 2025. All rights reserved.