public class ListAttachedUserAllPoliciesRequest extends AbstractModel
| 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 策略类型
|
Long |
getTargetUin()
Get 目标用户ID
|
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 策略类型
|
void |
setTargetUin(Long TargetUin)
Set 目标用户ID
|
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 ListAttachedUserAllPoliciesRequest()
public ListAttachedUserAllPoliciesRequest(ListAttachedUserAllPoliciesRequest source)
public Long getTargetUin()
public void setTargetUin(Long TargetUin)
TargetUin - 目标用户IDpublic Long getRp()
public void setRp(Long Rp)
Rp - 每页数量,必须大于 0 且小于或等于 200public Long getPage()
public void setPage(Long Page)
Page - 页码,从 1开始,不能大于 200public Long getAttachType()
public void setAttachType(Long AttachType)
AttachType - 0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略public Long getStrategyType()
public void setStrategyType(Long StrategyType)
StrategyType - 策略类型public String getKeyword()
public void setKeyword(String Keyword)
Keyword - 搜索关键字Copyright © 2022. All rights reserved.