Class DescribeOriginProtectionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.DescribeOriginProtectionRequest
-
public class DescribeOriginProtectionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter[]getFilters()Get 过滤条件,Filters.Values的上限为20。详细的过滤条件如下: need-update
按照【站点是否需要更新源站防护IP白名单】进行过滤。
类型:String
必选:否
可选项:
true:需要更新
false:无需更新
plan-support
按照【站点套餐是否支持源站防护】进行过滤。
类型:String
必选:否
可选项:
true:支持
false:不支持LonggetLimit()Get 分页查询限制数目。默认值:20,最大值:1000。LonggetOffset()Get 分页查询偏移量,默认为0。String[]getZoneIds()Get 查询的站点集合,不填默认查询所有站点。voidsetFilters(Filter[] Filters)Set 过滤条件,Filters.Values的上限为20。详细的过滤条件如下: need-update
按照【站点是否需要更新源站防护IP白名单】进行过滤。
类型:String
必选:否
可选项:
true:需要更新
false:无需更新
plan-support
按照【站点套餐是否支持源站防护】进行过滤。
类型:String
必选:否
可选项:
true:支持
false:不支持voidsetLimit(Long Limit)Set 分页查询限制数目。默认值:20,最大值:1000。voidsetOffset(Long Offset)Set 分页查询偏移量,默认为0。voidsetZoneIds(String[] ZoneIds)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
-
DescribeOriginProtectionRequest
public DescribeOriginProtectionRequest()
-
DescribeOriginProtectionRequest
public 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.
-
-
Method Detail
-
getZoneIds
public String[] getZoneIds()
Get 查询的站点集合,不填默认查询所有站点。- Returns:
- ZoneIds 查询的站点集合,不填默认查询所有站点。
-
setZoneIds
public void setZoneIds(String[] ZoneIds)
Set 查询的站点集合,不填默认查询所有站点。- Parameters:
ZoneIds- 查询的站点集合,不填默认查询所有站点。
-
getFilters
public Filter[] getFilters()
Get 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:- need-update
按照【站点是否需要更新源站防护IP白名单】进行过滤。
类型:String
必选:否
可选项:
true:需要更新
false:无需更新- plan-support
按照【站点套餐是否支持源站防护】进行过滤。
类型:String
必选:否
可选项:
true:支持
false:不支持- Returns:
- Filters 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
- need-update
按照【站点是否需要更新源站防护IP白名单】进行过滤。
类型:String
必选:否
可选项:
true:需要更新
false:无需更新- plan-support
按照【站点套餐是否支持源站防护】进行过滤。
类型:String
必选:否
可选项:
true:支持
false:不支持 - need-update
- need-update
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:- need-update
按照【站点是否需要更新源站防护IP白名单】进行过滤。
类型:String
必选:否
可选项:
true:需要更新
false:无需更新- plan-support
按照【站点套餐是否支持源站防护】进行过滤。
类型:String
必选:否
可选项:
true:支持
false:不支持- Parameters:
Filters- 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:- need-update
按照【站点是否需要更新源站防护IP白名单】进行过滤。
类型:String
必选:否
可选项:
true:需要更新
false:无需更新- plan-support
按照【站点套餐是否支持源站防护】进行过滤。
类型:String
必选:否
可选项:
true:支持
false:不支持- need-update
- need-update
-
getOffset
public Long getOffset()
Get 分页查询偏移量,默认为0。- Returns:
- Offset 分页查询偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 分页查询偏移量,默认为0。- Parameters:
Offset- 分页查询偏移量,默认为0。
-
getLimit
public Long getLimit()
Get 分页查询限制数目。默认值:20,最大值:1000。- Returns:
- Limit 分页查询限制数目。默认值:20,最大值:1000。
-
setLimit
public void setLimit(Long Limit)
Set 分页查询限制数目。默认值:20,最大值:1000。- Parameters:
Limit- 分页查询限制数目。默认值:20,最大值:1000。
-
-