Class UserGroupInformation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eiam.v20210420.models.UserGroupInformation
-
public class UserGroupInformation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UserGroupInformation()
UserGroupInformation(UserGroupInformation 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 String
getLastModifiedDate()
Get 上次更新时间,符合 ISO8601 标准。 注意:此字段可能返回 null,表示取不到有效值。String
getUserGroupId()
Get 用户组ID。String
getUserGroupName()
Get 用户组名称。void
setLastModifiedDate(String LastModifiedDate)
Set 上次更新时间,符合 ISO8601 标准。 注意:此字段可能返回 null,表示取不到有效值。void
setUserGroupId(String UserGroupId)
Set 用户组ID。void
setUserGroupName(String UserGroupName)
Set 用户组名称。void
toMap(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
-
UserGroupInformation
public UserGroupInformation()
-
UserGroupInformation
public UserGroupInformation(UserGroupInformation 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
-
getUserGroupId
public String getUserGroupId()
Get 用户组ID。- Returns:
- UserGroupId 用户组ID。
-
setUserGroupId
public void setUserGroupId(String UserGroupId)
Set 用户组ID。- Parameters:
UserGroupId
- 用户组ID。
-
getUserGroupName
public String getUserGroupName()
Get 用户组名称。- Returns:
- UserGroupName 用户组名称。
-
setUserGroupName
public void setUserGroupName(String UserGroupName)
Set 用户组名称。- Parameters:
UserGroupName
- 用户组名称。
-
getLastModifiedDate
public String getLastModifiedDate()
Get 上次更新时间,符合 ISO8601 标准。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LastModifiedDate 上次更新时间,符合 ISO8601 标准。 注意:此字段可能返回 null,表示取不到有效值。
-
setLastModifiedDate
public void setLastModifiedDate(String LastModifiedDate)
Set 上次更新时间,符合 ISO8601 标准。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LastModifiedDate
- 上次更新时间,符合 ISO8601 标准。 注意:此字段可能返回 null,表示取不到有效值。
-
-