public class UserGroupInfo extends AbstractModel
header, skipSign| 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 创建时间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDescription()Get 用户组备注。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDisplayName()Get 昵称,长度限制:64个字符。 默认与用户名相同。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getUserGroupId()Get 用户组ID,是用户组全局唯一标识,长度限制:64个字符。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreatedDate(String CreatedDate)Set 创建时间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDescription(String Description)Set 用户组备注。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDisplayName(String DisplayName)Set 昵称,长度限制:64个字符。 默认与用户名相同。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setUserGroupId(String UserGroupId)Set 用户组ID,是用户组全局唯一标识,长度限制:64个字符。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UserGroupInfo()
public UserGroupInfo(UserGroupInfo source)
public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - 昵称,长度限制:64个字符。 默认与用户名相同。
注意:此字段可能返回 null,表示取不到有效值。public String getUserGroupId()
public void setUserGroupId(String UserGroupId)
UserGroupId - 用户组ID,是用户组全局唯一标识,长度限制:64个字符。
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description - 用户组备注。
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedDate()
public void setCreatedDate(String CreatedDate)
CreatedDate - 创建时间。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.