Class ListGroupsForUserRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.ListGroupsForUserRequest
-
public class ListGroupsForUserRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListGroupsForUserRequest()ListGroupsForUserRequest(ListGroupsForUserRequest 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 LonggetPage()Get 页码。默认为1。LonggetRp()Get 每页数量。默认为20。LonggetSubUin()Get 子账号UINLonggetUid()Get 子用户 UIDvoidsetPage(Long Page)Set 页码。默认为1。voidsetRp(Long Rp)Set 每页数量。默认为20。voidsetSubUin(Long SubUin)Set 子账号UINvoidsetUid(Long Uid)Set 子用户 UIDvoidtoMap(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
-
ListGroupsForUserRequest
public ListGroupsForUserRequest()
-
ListGroupsForUserRequest
public ListGroupsForUserRequest(ListGroupsForUserRequest 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
-
getUid
public Long getUid()
Get 子用户 UID- Returns:
- Uid 子用户 UID
-
setUid
public void setUid(Long Uid)
Set 子用户 UID- Parameters:
Uid- 子用户 UID
-
getRp
public Long getRp()
Get 每页数量。默认为20。- Returns:
- Rp 每页数量。默认为20。
-
setRp
public void setRp(Long Rp)
Set 每页数量。默认为20。- Parameters:
Rp- 每页数量。默认为20。
-
getPage
public Long getPage()
Get 页码。默认为1。- Returns:
- Page 页码。默认为1。
-
setPage
public void setPage(Long Page)
Set 页码。默认为1。- Parameters:
Page- 页码。默认为1。
-
getSubUin
public Long getSubUin()
Get 子账号UIN- Returns:
- SubUin 子账号UIN
-
setSubUin
public void setSubUin(Long SubUin)
Set 子账号UIN- Parameters:
SubUin- 子账号UIN
-
-