public class ListPoliciesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListPoliciesRequest() |
ListPoliciesRequest(ListPoliciesRequest 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 |
---|---|
String |
getKeyword()
Get 按策略名匹配
|
Long |
getPage()
Get 页码,默认值是 1,从 1开始,不能大于 200
|
Long |
getRp()
Get 每页数量,默认值是 20,必须大于 0 且小于或等于 200
|
String |
getScope()
Get 可取值 'All'、'QCS' 和 'Local','All' 获取所有策略,'QCS' 只获取预设策略,'Local' 只获取自定义策略,默认取 'All'
|
void |
setKeyword(String Keyword)
Set 按策略名匹配
|
void |
setPage(Long Page)
Set 页码,默认值是 1,从 1开始,不能大于 200
|
void |
setRp(Long Rp)
Set 每页数量,默认值是 20,必须大于 0 且小于或等于 200
|
void |
setScope(String Scope)
Set 可取值 'All'、'QCS' 和 'Local','All' 获取所有策略,'QCS' 只获取预设策略,'Local' 只获取自定义策略,默认取 'All'
|
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, toJsonString
public ListPoliciesRequest()
public ListPoliciesRequest(ListPoliciesRequest source)
public Long getRp()
public void setRp(Long Rp)
Rp
- 每页数量,默认值是 20,必须大于 0 且小于或等于 200public Long getPage()
public void setPage(Long Page)
Page
- 页码,默认值是 1,从 1开始,不能大于 200public String getScope()
public void setScope(String Scope)
Scope
- 可取值 'All'、'QCS' 和 'Local','All' 获取所有策略,'QCS' 只获取预设策略,'Local' 只获取自定义策略,默认取 'All'public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 按策略名匹配Copyright © 2024. All rights reserved.