public class ListPoliciesRequest extends AbstractModel
| 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 Filter by policy name 
 | 
Long | 
getPage()
Get Page number. 
 | 
Long | 
getRp()
Get Number of entries per page: must be greater than 0 and no greater than 200. 
 | 
String | 
getScope()
Get Valid values: `All`, `QCS`, and `Local`. 
 | 
void | 
setKeyword(String Keyword)
Set Filter by policy name 
 | 
void | 
setPage(Long Page)
Set Page number. 
 | 
void | 
setRp(Long Rp)
Set Number of entries per page: must be greater than 0 and no greater than 200. 
 | 
void | 
setScope(String Scope)
Set Valid values: `All`, `QCS`, and `Local`. 
 | 
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 ListPoliciesRequest()
public ListPoliciesRequest(ListPoliciesRequest source)
public Long getRp()
public void setRp(Long Rp)
Rp - Number of entries per page: must be greater than 0 and no greater than 200. Default is 20public Long getPage()
public void setPage(Long Page)
Page - Page number. Starts from 1 and cannot be greater than 200. Default is 1public String getScope()
public void setScope(String Scope)
Scope - Valid values: `All`, `QCS`, and `Local`. `All` means all policies will be returned; `QCS` means only preset policies will be returned; `Local` means only custom policies will be returned. `All` is the default valuepublic String getKeyword()
public void setKeyword(String Keyword)
Keyword - Filter by policy nameCopyright © 2022. All rights reserved.