Class ListUsersForGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.ListUsersForGroupRequest
-
public class ListUsersForGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListUsersForGroupRequest()ListUsersForGroupRequest(ListUsersForGroupRequest 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 用户组 ID。LonggetPage()Get 页码。默认为1。LonggetRp()Get 每页数量。默认为20。voidsetGroupId(Long GroupId)Set 用户组 ID。voidsetPage(Long Page)Set 页码。默认为1。voidsetRp(Long Rp)Set 每页数量。默认为20。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
-
ListUsersForGroupRequest
public ListUsersForGroupRequest()
-
ListUsersForGroupRequest
public ListUsersForGroupRequest(ListUsersForGroupRequest 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。
-
getPage
public Long getPage()
Get 页码。默认为1。- Returns:
- Page 页码。默认为1。
-
setPage
public void setPage(Long Page)
Set 页码。默认为1。- Parameters:
Page- 页码。默认为1。
-
getRp
public Long getRp()
Get 每页数量。默认为20。- Returns:
- Rp 每页数量。默认为20。
-
setRp
public void setRp(Long Rp)
Set 每页数量。默认为20。- Parameters:
Rp- 每页数量。默认为20。
-
-