public class DescribeOriginProtectionRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeOriginProtectionRequest() |
DescribeOriginProtectionRequest(DescribeOriginProtectionRequest 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。详细的过滤条件如下:
need-update
按照【站点是否需要更新源站防护IP白名单】进行过滤。 类型:String 必选:否 可选项: true:需要更新 false:无需更新 plan-support 按照【站点套餐是否支持源站防护】进行过滤。 类型:String 必选:否 可选项: true:支持 false:不支持 |
Long |
getLimit()
Get 分页查询限制数目。默认值:20,最大值:1000。
|
Long |
getOffset()
Get 分页查询偏移量,默认为0。
|
String[] |
getZoneIds()
Get 查询的站点集合,不填默认查询所有站点。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
need-update
按照【站点是否需要更新源站防护IP白名单】进行过滤。 类型:String 必选:否 可选项: true:需要更新 false:无需更新 plan-support 按照【站点套餐是否支持源站防护】进行过滤。 类型:String 必选:否 可选项: true:支持 false:不支持 |
void |
setLimit(Long Limit)
Set 分页查询限制数目。默认值:20,最大值:1000。
|
void |
setOffset(Long Offset)
Set 分页查询偏移量,默认为0。
|
void |
setZoneIds(String[] ZoneIds)
Set 查询的站点集合,不填默认查询所有站点。
|
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 DescribeOriginProtectionRequest()
public DescribeOriginProtectionRequest(DescribeOriginProtectionRequest source)
public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- 查询的站点集合,不填默认查询所有站点。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页查询偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询限制数目。默认值:20,最大值:1000。Copyright © 2023. All rights reserved.