public class ListAttachedUserPoliciesRequest extends AbstractModel
| 构造器和说明 |
|---|
ListAttachedUserPoliciesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getPage()
Get 页码,默认值是 1,从 1 开始
|
Long |
getRp()
Get 每页大小,默认值是 20
|
Long |
getTargetUin()
Get 子账号 uin
|
void |
setPage(Long Page)
Set 页码,默认值是 1,从 1 开始
|
void |
setRp(Long Rp)
Set 每页大小,默认值是 20
|
void |
setTargetUin(Long TargetUin)
Set 子账号 uin
|
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, toJsonStringpublic Long getTargetUin()
public void setTargetUin(Long TargetUin)
TargetUin - 子账号 uinpublic Long getPage()
public void setPage(Long Page)
Page - 页码,默认值是 1,从 1 开始public Long getRp()
public void setRp(Long Rp)
Rp - 每页大小,默认值是 20Copyright © 2020. All rights reserved.