Class DescribeRulesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gpm.v20200820.models.DescribeRulesRequest
-
public class DescribeRulesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyword()Get 查询关键词,针对SearchType进行具体过滤的内容。LonggetPageNumber()Get 当前页号,不传则返回第一页LonggetPageSize()Get 单页大小,最大 30,不填默认30StringgetSearchType()Get 查询类型(可选):match表示通过matchCode或者matchName来搜索,rule表示通过ruleCode或者ruleName来搜索,其余类型不做过滤处理。Tag[]getTags()Get 标签列表,用于过滤。voidsetKeyword(String Keyword)Set 查询关键词,针对SearchType进行具体过滤的内容。voidsetPageNumber(Long PageNumber)Set 当前页号,不传则返回第一页voidsetPageSize(Long PageSize)Set 单页大小,最大 30,不填默认30voidsetSearchType(String SearchType)Set 查询类型(可选):match表示通过matchCode或者matchName来搜索,rule表示通过ruleCode或者ruleName来搜索,其余类型不做过滤处理。voidsetTags(Tag[] Tags)Set 标签列表,用于过滤。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeRulesRequest
public DescribeRulesRequest()
-
DescribeRulesRequest
public 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.
-
-
Method Detail
-
getPageNumber
public Long getPageNumber()
Get 当前页号,不传则返回第一页- Returns:
- PageNumber 当前页号,不传则返回第一页
-
setPageNumber
public void setPageNumber(Long PageNumber)
Set 当前页号,不传则返回第一页- Parameters:
PageNumber- 当前页号,不传则返回第一页
-
getPageSize
public Long getPageSize()
Get 单页大小,最大 30,不填默认30- Returns:
- PageSize 单页大小,最大 30,不填默认30
-
setPageSize
public void setPageSize(Long PageSize)
Set 单页大小,最大 30,不填默认30- Parameters:
PageSize- 单页大小,最大 30,不填默认30
-
getSearchType
public String getSearchType()
Get 查询类型(可选):match表示通过matchCode或者matchName来搜索,rule表示通过ruleCode或者ruleName来搜索,其余类型不做过滤处理。- Returns:
- SearchType 查询类型(可选):match表示通过matchCode或者matchName来搜索,rule表示通过ruleCode或者ruleName来搜索,其余类型不做过滤处理。
-
setSearchType
public void setSearchType(String SearchType)
Set 查询类型(可选):match表示通过matchCode或者matchName来搜索,rule表示通过ruleCode或者ruleName来搜索,其余类型不做过滤处理。- Parameters:
SearchType- 查询类型(可选):match表示通过matchCode或者matchName来搜索,rule表示通过ruleCode或者ruleName来搜索,其余类型不做过滤处理。
-
getKeyword
public String getKeyword()
Get 查询关键词,针对SearchType进行具体过滤的内容。- Returns:
- Keyword 查询关键词,针对SearchType进行具体过滤的内容。
-
setKeyword
public void setKeyword(String Keyword)
Set 查询关键词,针对SearchType进行具体过滤的内容。- Parameters:
Keyword- 查询关键词,针对SearchType进行具体过滤的内容。
-
getTags
public Tag[] getTags()
Get 标签列表,用于过滤。- Returns:
- Tags 标签列表,用于过滤。
-
setTags
public void setTags(Tag[] Tags)
Set 标签列表,用于过滤。- Parameters:
Tags- 标签列表,用于过滤。
-
-