public class DescribeRulesRequest extends AbstractModel
skipSign
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 |
---|---|
Filter[] |
getFilters()
Get 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
rule-id
按照【规则ID】进行过滤。 类型:string 必选:否 |
String |
getZoneId()
Get 站点 ID。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
rule-id
按照【规则ID】进行过滤。 类型:string 必选:否 |
void |
setZoneId(String ZoneId)
Set 站点 ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRulesRequest()
public DescribeRulesRequest(DescribeRulesRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点 ID。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
Copyright © 2023. All rights reserved.