Class DescribeBashRulesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeBashRulesRequest
-
public class DescribeBashRulesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeBashRulesRequest()DescribeBashRulesRequest(DescribeBashRulesRequest 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 Filter[]getFilters()Get 过滤条件。 Keywords - String - 是否必填:否 - 关键字(规则名称)LonggetLimit()Get 返回数量,最大值为100。LonggetOffset()Get 偏移量,默认为0。LonggetType()Get 0-系统规则; 1-用户规则voidsetFilters(Filter[] Filters)Set 过滤条件。 Keywords - String - 是否必填:否 - 关键字(规则名称)voidsetLimit(Long Limit)Set 返回数量,最大值为100。voidsetOffset(Long Offset)Set 偏移量,默认为0。voidsetType(Long Type)Set 0-系统规则; 1-用户规则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
-
DescribeBashRulesRequest
public DescribeBashRulesRequest()
-
DescribeBashRulesRequest
public DescribeBashRulesRequest(DescribeBashRulesRequest 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
-
getType
public Long getType()
Get 0-系统规则; 1-用户规则- Returns:
- Type 0-系统规则; 1-用户规则
-
setType
public void setType(Long Type)
Set 0-系统规则; 1-用户规则- Parameters:
Type- 0-系统规则; 1-用户规则
-
getLimit
public Long getLimit()
Get 返回数量,最大值为100。- Returns:
- Limit 返回数量,最大值为100。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,最大值为100。- Parameters:
Limit- 返回数量,最大值为100。
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
getFilters
public Filter[] getFilters()
Get 过滤条件。- Keywords - String - 是否必填:否 - 关键字(规则名称)
- Returns:
- Filters 过滤条件。
- Keywords - String - 是否必填:否 - 关键字(规则名称)
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件。- Keywords - String - 是否必填:否 - 关键字(规则名称)
- Parameters:
Filters- 过滤条件。- Keywords - String - 是否必填:否 - 关键字(规则名称)
-
-