public class ListAttachedUserPoliciesRequest extends AbstractModel
| Constructor and Description |
|---|
ListAttachedUserPoliciesRequest() |
ListAttachedUserPoliciesRequest(ListAttachedUserPoliciesRequest 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 ListAttachedUserPoliciesRequest()
public ListAttachedUserPoliciesRequest(ListAttachedUserPoliciesRequest source)
public 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 © 2021. All rights reserved.