public class UserGroupInfo extends AbstractModel
| Constructor and Description | 
|---|
| UserGroupInfo() | 
| UserGroupInfo(UserGroupInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCreatedDate()Get Creation time. | 
| String | getDescription()Get User group remarks. | 
| String | getDisplayName()Get Nickname, which can contain up to 64 characters and is the same as the username by default. | 
| String | getUserGroupId()Get User group ID, which is globally unique and can contain up to 64 characters. | 
| void | setCreatedDate(String CreatedDate)Set Creation time. | 
| void | setDescription(String Description)Set User group remarks. | 
| void | setDisplayName(String DisplayName)Set Nickname, which can contain up to 64 characters and is the same as the username by default. | 
| void | setUserGroupId(String UserGroupId)Set User group ID, which is globally unique and can contain up to 64 characters. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic UserGroupInfo()
public UserGroupInfo(UserGroupInfo source)
public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - Nickname, which can contain up to 64 characters and is the same as the username by default.
Note: this field may return null, indicating that no valid values can be obtained.public String getUserGroupId()
public void setUserGroupId(String UserGroupId)
UserGroupId - User group ID, which is globally unique and can contain up to 64 characters.
Note: this field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description - User group remarks.
Note: this field may return null, indicating that no valid values can be obtained.public String getCreatedDate()
public void setCreatedDate(String CreatedDate)
CreatedDate - Creation time.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.