Class UpdateGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.UpdateGroupRequest
-
public class UpdateGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateGroupRequest()UpdateGroupRequest(UpdateGroupRequest 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 LonggetGroupId()Get 用户组 IDStringgetGroupName()Get 用户组名StringgetRemark()Get 用户组描述voidsetGroupId(Long GroupId)Set 用户组 IDvoidsetGroupName(String GroupName)Set 用户组名voidsetRemark(String Remark)Set 用户组描述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
-
UpdateGroupRequest
public UpdateGroupRequest()
-
UpdateGroupRequest
public UpdateGroupRequest(UpdateGroupRequest 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
-
getGroupId
public Long getGroupId()
Get 用户组 ID- Returns:
- GroupId 用户组 ID
-
setGroupId
public void setGroupId(Long GroupId)
Set 用户组 ID- Parameters:
GroupId- 用户组 ID
-
getGroupName
public String getGroupName()
Get 用户组名- Returns:
- GroupName 用户组名
-
setGroupName
public void setGroupName(String GroupName)
Set 用户组名- Parameters:
GroupName- 用户组名
-
getRemark
public String getRemark()
Get 用户组描述- Returns:
- Remark 用户组描述
-
setRemark
public void setRemark(String Remark)
Set 用户组描述- Parameters:
Remark- 用户组描述
-
-