public class ListAttachedUserAllPoliciesRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ListAttachedUserAllPoliciesRequest() |
ListAttachedUserAllPoliciesRequest(ListAttachedUserAllPoliciesRequest 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 |
getAttachType()
Get 关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。
|
String |
getKeyword()
Get 搜索关键字
|
Long |
getPage()
Get 页码,从 1开始,不能大于 200。
|
Long |
getRp()
Get 每页数量,必须大于 0 且小于等于 200。
|
Long |
getStrategyType()
Get 策略类型。1表示自定义策略,2表示预设策略。
|
Long |
getTargetUin()
Get 目标用户Uin
|
void |
setAttachType(Long AttachType)
Set 关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。
|
void |
setKeyword(String Keyword)
Set 搜索关键字
|
void |
setPage(Long Page)
Set 页码,从 1开始,不能大于 200。
|
void |
setRp(Long Rp)
Set 每页数量,必须大于 0 且小于等于 200。
|
void |
setStrategyType(Long StrategyType)
Set 策略类型。1表示自定义策略,2表示预设策略。
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ListAttachedUserAllPoliciesRequest()
public ListAttachedUserAllPoliciesRequest(ListAttachedUserAllPoliciesRequest source)
public Long getTargetUin()
public void setTargetUin(Long TargetUin)
TargetUin - 目标用户Uinpublic Long getRp()
public void setRp(Long Rp)
Rp - 每页数量,必须大于 0 且小于等于 200。public Long getPage()
public void setPage(Long Page)
Page - 页码,从 1开始,不能大于 200。public Long getAttachType()
public void setAttachType(Long AttachType)
AttachType - 关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。public Long getStrategyType()
public void setStrategyType(Long StrategyType)
StrategyType - 策略类型。1表示自定义策略,2表示预设策略。public String getKeyword()
public void setKeyword(String Keyword)
Keyword - 搜索关键字Copyright © 2024. All rights reserved.