Class DescribeZonesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220106.models.DescribeZonesRequest
-
public class DescribeZonesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeZonesRequest()DescribeZonesRequest(DescribeZonesRequest 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 ZoneFilter[]getFilters()Get 查询条件过滤器,复杂类型。LonggetLimit()Get 分页查询限制数目。默认值:1000,最大值:1000。LonggetOffset()Get 分页查询偏移量。默认值:0,最小值:0。voidsetFilters(ZoneFilter[] Filters)Set 查询条件过滤器,复杂类型。voidsetLimit(Long Limit)Set 分页查询限制数目。默认值:1000,最大值:1000。voidsetOffset(Long Offset)Set 分页查询偏移量。默认值:0,最小值:0。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
-
DescribeZonesRequest
public DescribeZonesRequest()
-
DescribeZonesRequest
public DescribeZonesRequest(DescribeZonesRequest 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
-
getOffset
public Long getOffset()
Get 分页查询偏移量。默认值:0,最小值:0。- Returns:
- Offset 分页查询偏移量。默认值:0,最小值:0。
-
setOffset
public void setOffset(Long Offset)
Set 分页查询偏移量。默认值:0,最小值:0。- Parameters:
Offset- 分页查询偏移量。默认值:0,最小值:0。
-
getLimit
public Long getLimit()
Get 分页查询限制数目。默认值:1000,最大值:1000。- Returns:
- Limit 分页查询限制数目。默认值:1000,最大值:1000。
-
setLimit
public void setLimit(Long Limit)
Set 分页查询限制数目。默认值:1000,最大值:1000。- Parameters:
Limit- 分页查询限制数目。默认值:1000,最大值:1000。
-
getFilters
public ZoneFilter[] getFilters()
Get 查询条件过滤器,复杂类型。- Returns:
- Filters 查询条件过滤器,复杂类型。
-
setFilters
public void setFilters(ZoneFilter[] Filters)
Set 查询条件过滤器,复杂类型。- Parameters:
Filters- 查询条件过滤器,复杂类型。
-
-