public class DescribeRulesResponse extends AbstractModel
Constructor and Description |
---|
DescribeRulesResponse() |
DescribeRulesResponse(DescribeRulesResponse 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 for querying (optional)
|
Long |
getPageNumber()
Get The current page number
|
Long |
getPageSize()
Get Number of rules per page
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
RuleBriefInfo[] |
getRuleInfoList()
Get Rule information list
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getSearchType()
Get Query type (optional).
|
Long |
getTotalCount()
Get Total number of results
|
void |
setKeyword(String Keyword)
Set Keyword for querying (optional)
|
void |
setPageNumber(Long PageNumber)
Set The current page number
|
void |
setPageSize(Long PageSize)
Set Number of rules per page
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRuleInfoList(RuleBriefInfo[] RuleInfoList)
Set Rule information list
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setSearchType(String SearchType)
Set Query type (optional).
|
void |
setTotalCount(Long TotalCount)
Set Total number of results
|
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, toJsonString
public DescribeRulesResponse()
public DescribeRulesResponse(DescribeRulesResponse source)
public RuleBriefInfo[] getRuleInfoList()
public void setRuleInfoList(RuleBriefInfo[] RuleInfoList)
RuleInfoList
- Rule information list
Note: this field may return `null`, indicating that no valid value is obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of resultspublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- The current page numberpublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Number of rules per pagepublic String getSearchType()
public void setSearchType(String SearchType)
SearchType
- Query type (optional). Valid values: matchName (query by match name), matchCode (query by matchCode), ruleName (query by rule name), and tag (query by tag key/value)public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- Keyword for querying (optional)public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.