public static class ListUsersResponseBody.ListUsersResponseBodyUserListUser
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
curExecuteCount
The number of queries that were performed on the current day.
|
Long |
curResultCount
The number of rows that were 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 time when the user last 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 phone number of the user.
|
String |
nickName
The nickname of the user.
|
String |
notificationMode
The notification method.
|
String |
parentUid
The ID of the Alibaba Cloud account of the user.
|
ListUsersResponseBody.ListUsersResponseBodyUserListUserRoleIdList |
roleIdList
The IDs of the roles.
|
ListUsersResponseBody.ListUsersResponseBodyUserListUserRoleNameList |
roleNameList
The names of roles.
|
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 ID of the Alibaba Cloud account.
|
String |
userId
The ID of the user.
|
String |
webhook
The webhook URL that is used to receive notifications.
|
| 构造器和说明 |
|---|
ListUsersResponseBodyUserListUser() |
@NameInMap(value="CurExecuteCount") public Long curExecuteCount
The number of queries that were performed on the current day.
example:0
@NameInMap(value="CurResultCount") public Long curResultCount
The number of rows that were queried on the current day.
example:0
@NameInMap(value="DingRobot") public String dingRobot
The DingTalk chatbot URL that is used to receive notifications.
The system returns this parameter if you have 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 you have 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 you have 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 you have not set an email address.
@NameInMap(value="LastLoginTime") public String lastLoginTime
The time when the user last logged on to the console.
example:2021-11-08 13:43:43
@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:50000
@NameInMap(value="Mobile") public String mobile
The mobile phone number of the user.
The system returns this parameter if you have 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 you have not set a mobile phone number.
1389999****
@NameInMap(value="NickName") public String nickName
The nickname of the user.
example:test_NickName
@NameInMap(value="NotificationMode") public String notificationMode
The notification method. The system returns one or more values. Valid values:
DINGROBOT
@NameInMap(value="ParentUid") public String parentUid
The ID of the Alibaba Cloud account of the user.
example:140692647406****
@NameInMap(value="RoleIdList") public ListUsersResponseBody.ListUsersResponseBodyUserListUserRoleIdList roleIdList
The IDs of the roles.
@NameInMap(value="RoleNameList") public ListUsersResponseBody.ListUsersResponseBodyUserListUserRoleNameList roleNameList
The names of roles.
@NameInMap(value="SignatureMethod") public String signatureMethod
The signature method that is used to secure connections when a webhook URL is used. Valid values:
HMAC_SHA1
@NameInMap(value="State") public String state
The status of the user. Valid values:
NORMAL
@NameInMap(value="Uid") public String uid
The ID of the Alibaba Cloud account.
example:167382665015****
@NameInMap(value="UserId") public String userId
The ID of the user.
example:8****
@NameInMap(value="Webhook") public String webhook
The webhook URL that is used to receive notifications.
If you have set a webhook URL, DMS sends notifications to the specified URL.
The system does not return this parameter if you have not set a webhook URL.
public static ListUsersResponseBody.ListUsersResponseBodyUserListUser build(Map<String,?> map) throws Exception
Exceptionpublic ListUsersResponseBody.ListUsersResponseBodyUserListUser setCurExecuteCount(Long curExecuteCount)
public Long getCurExecuteCount()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setCurResultCount(Long curResultCount)
public Long getCurResultCount()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setDingRobot(String dingRobot)
public String getDingRobot()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setEmail(String email)
public String getEmail()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setLastLoginTime(String lastLoginTime)
public String getLastLoginTime()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setMaxExecuteCount(Long maxExecuteCount)
public Long getMaxExecuteCount()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setMaxResultCount(Long maxResultCount)
public Long getMaxResultCount()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setMobile(String mobile)
public String getMobile()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setNickName(String nickName)
public String getNickName()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setNotificationMode(String notificationMode)
public String getNotificationMode()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setParentUid(String parentUid)
public String getParentUid()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setRoleIdList(ListUsersResponseBody.ListUsersResponseBodyUserListUserRoleIdList roleIdList)
public ListUsersResponseBody.ListUsersResponseBodyUserListUserRoleIdList getRoleIdList()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setRoleNameList(ListUsersResponseBody.ListUsersResponseBodyUserListUserRoleNameList roleNameList)
public ListUsersResponseBody.ListUsersResponseBodyUserListUserRoleNameList getRoleNameList()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setSignatureMethod(String signatureMethod)
public String getSignatureMethod()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setState(String state)
public String getState()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setUid(String uid)
public String getUid()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setUserId(String userId)
public String getUserId()
public ListUsersResponseBody.ListUsersResponseBodyUserListUser setWebhook(String webhook)
public String getWebhook()
Copyright © 2025. All rights reserved.