public class DescribeRulesRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeRulesRequest()  | 
DescribeRulesRequest(DescribeRulesRequest 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 Keyword. 
 | 
Long | 
getPageNumber()
Get The current page number. 
 | 
Long | 
getPageSize()
Get The number of rules per page. 
 | 
String | 
getSearchType()
Get Query type (optional). 
 | 
Tag[] | 
getTags()
Get Tags. 
 | 
void | 
setKeyword(String Keyword)
Set Keyword. 
 | 
void | 
setPageNumber(Long PageNumber)
Set The current page number. 
 | 
void | 
setPageSize(Long PageSize)
Set The number of rules per page. 
 | 
void | 
setSearchType(String SearchType)
Set Query type (optional). 
 | 
void | 
setTags(Tag[] Tags)
Set Tags. 
 | 
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 DescribeRulesRequest()
public DescribeRulesRequest(DescribeRulesRequest source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - The current page number. The first page will be returned if this parameter is left empty.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - The number of rules per page. If this parameter is left empty, 30 rules are displayed per page by default. Maximum value: 30public String getSearchType()
public void setSearchType(String SearchType)
SearchType - Query type (optional). Valid values: match (query by matchCode or matchName), rule (query by ruleCode or ruleName), and other types (not filtered)public String getKeyword()
public void setKeyword(String Keyword)
Keyword - Keyword. Enter a keyword about SearchType to query.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Tags. Enter a tag for querying.Copyright © 2023. All rights reserved.