Class DescribeCCThresholdListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.DescribeCCThresholdListRequest
-
public class DescribeCCThresholdListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCCThresholdListRequest()DescribeCCThresholdListRequest(DescribeCCThresholdListRequest 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 StringgetBusiness()Get DDoS防护子产品代号(bgp-multip表示高防包)StringgetInstanceId()Get 指定实例IdLonggetLimit()Get 一页条数LonggetOffset()Get 页起始偏移,取值为(页码-1)*一页条数voidsetBusiness(String Business)Set DDoS防护子产品代号(bgp-multip表示高防包)voidsetInstanceId(String InstanceId)Set 指定实例IdvoidsetLimit(Long Limit)Set 一页条数voidsetOffset(Long Offset)Set 页起始偏移,取值为(页码-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
-
DescribeCCThresholdListRequest
public DescribeCCThresholdListRequest()
-
DescribeCCThresholdListRequest
public DescribeCCThresholdListRequest(DescribeCCThresholdListRequest 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
-
getBusiness
public String getBusiness()
Get DDoS防护子产品代号(bgp-multip表示高防包)- Returns:
- Business DDoS防护子产品代号(bgp-multip表示高防包)
-
setBusiness
public void setBusiness(String Business)
Set DDoS防护子产品代号(bgp-multip表示高防包)- Parameters:
Business- DDoS防护子产品代号(bgp-multip表示高防包)
-
getOffset
public Long getOffset()
Get 页起始偏移,取值为(页码-1)*一页条数- Returns:
- Offset 页起始偏移,取值为(页码-1)*一页条数
-
setOffset
public void setOffset(Long Offset)
Set 页起始偏移,取值为(页码-1)*一页条数- Parameters:
Offset- 页起始偏移,取值为(页码-1)*一页条数
-
getLimit
public Long getLimit()
Get 一页条数- Returns:
- Limit 一页条数
-
setLimit
public void setLimit(Long Limit)
Set 一页条数- Parameters:
Limit- 一页条数
-
getInstanceId
public String getInstanceId()
Get 指定实例Id- Returns:
- InstanceId 指定实例Id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 指定实例Id- Parameters:
InstanceId- 指定实例Id
-
-