Class UserGroupInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eiam.v20210420.models.UserGroupInfo
-
public class UserGroupInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedDate()Get 创建时间。 注意:此字段可能返回 null,表示取不到有效值。StringgetDescription()Get 用户组备注。 注意:此字段可能返回 null,表示取不到有效值。StringgetDisplayName()Get 昵称,长度限制:64个字符。 默认与用户名相同。 注意:此字段可能返回 null,表示取不到有效值。StringgetUserGroupId()Get 用户组ID,是用户组全局唯一标识,长度限制:64个字符。 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedDate(String CreatedDate)Set 创建时间。 注意:此字段可能返回 null,表示取不到有效值。voidsetDescription(String Description)Set 用户组备注。 注意:此字段可能返回 null,表示取不到有效值。voidsetDisplayName(String DisplayName)Set 昵称,长度限制:64个字符。 默认与用户名相同。 注意:此字段可能返回 null,表示取不到有效值。voidsetUserGroupId(String UserGroupId)Set 用户组ID,是用户组全局唯一标识,长度限制:64个字符。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UserGroupInfo
public UserGroupInfo()
-
UserGroupInfo
public 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.
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
Get 昵称,长度限制:64个字符。 默认与用户名相同。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DisplayName 昵称,长度限制:64个字符。 默认与用户名相同。 注意:此字段可能返回 null,表示取不到有效值。
-
setDisplayName
public void setDisplayName(String DisplayName)
Set 昵称,长度限制:64个字符。 默认与用户名相同。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DisplayName- 昵称,长度限制:64个字符。 默认与用户名相同。 注意:此字段可能返回 null,表示取不到有效值。
-
getUserGroupId
public String getUserGroupId()
Get 用户组ID,是用户组全局唯一标识,长度限制:64个字符。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserGroupId 用户组ID,是用户组全局唯一标识,长度限制:64个字符。 注意:此字段可能返回 null,表示取不到有效值。
-
setUserGroupId
public void setUserGroupId(String UserGroupId)
Set 用户组ID,是用户组全局唯一标识,长度限制:64个字符。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserGroupId- 用户组ID,是用户组全局唯一标识,长度限制:64个字符。 注意:此字段可能返回 null,表示取不到有效值。
-
getDescription
public String getDescription()
Get 用户组备注。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 用户组备注。 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 用户组备注。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 用户组备注。 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedDate
public String getCreatedDate()
Get 创建时间。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedDate 创建时间。 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedDate
public void setCreatedDate(String CreatedDate)
Set 创建时间。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedDate- 创建时间。 注意:此字段可能返回 null,表示取不到有效值。
-
-