Class GroupIdOfUidInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.GroupIdOfUidInfo
-
public class GroupIdOfUidInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GroupIdOfUidInfo()GroupIdOfUidInfo(GroupIdOfUidInfo 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 用户组 IDLonggetUid()Get 子用户 UIDLonggetUin()Get 子用户 Uin,Uid和Uin至少有一个必填voidsetGroupId(Long GroupId)Set 用户组 IDvoidsetUid(Long Uid)Set 子用户 UIDvoidsetUin(Long Uin)Set 子用户 Uin,Uid和Uin至少有一个必填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
-
GroupIdOfUidInfo
public GroupIdOfUidInfo()
-
GroupIdOfUidInfo
public GroupIdOfUidInfo(GroupIdOfUidInfo 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
-
getUid
public Long getUid()
Get 子用户 UID- Returns:
- Uid 子用户 UID
-
setUid
public void setUid(Long Uid)
Set 子用户 UID- Parameters:
Uid- 子用户 UID
-
getUin
public Long getUin()
Get 子用户 Uin,Uid和Uin至少有一个必填- Returns:
- Uin 子用户 Uin,Uid和Uin至少有一个必填
-
setUin
public void setUin(Long Uin)
Set 子用户 Uin,Uid和Uin至少有一个必填- Parameters:
Uin- 子用户 Uin,Uid和Uin至少有一个必填
-
-