public class ListGroupsForUserRequest extends AbstractModel
Constructor and Description |
---|
ListGroupsForUserRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getPage()
Get 页码。默认为1。
|
Long |
getRp()
Get 每页数量。默认为20。
|
Long |
getSubUin()
Get 子账号UIN
|
Long |
getUid()
Get 子用户 UID
|
void |
setPage(Long Page)
Set 页码。默认为1。
|
void |
setRp(Long Rp)
Set 每页数量。默认为20。
|
void |
setSubUin(Long SubUin)
Set 子账号UIN
|
void |
setUid(Long Uid)
Set 子用户 UID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getUid()
public void setUid(Long Uid)
Uid
- 子用户 UIDpublic Long getRp()
public void setRp(Long Rp)
Rp
- 每页数量。默认为20。public Long getPage()
public void setPage(Long Page)
Page
- 页码。默认为1。public Long getSubUin()
public void setSubUin(Long SubUin)
SubUin
- 子账号UINCopyright © 2020. All rights reserved.