public class DescribeCCThresholdListRequest extends AbstractModel
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBusiness()Get Anti-DDoS service code. | 
| String | getInstanceId()Get ID of the specified instance | 
| Long | getLimit()Get Number of results returned in one page | 
| Long | getOffset()Get Starting offset of the page. | 
| void | setBusiness(String Business)Set Anti-DDoS service code. | 
| void | setInstanceId(String InstanceId)Set ID of the specified instance | 
| void | setLimit(Long Limit)Set Number of results returned in one page | 
| void | setOffset(Long Offset)Set Starting offset of the page. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeCCThresholdListRequest()
public DescribeCCThresholdListRequest(DescribeCCThresholdListRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business - Anti-DDoS service code. `bgp-multip` indicates Anti-DDos Pro.public Long getOffset()
public void setOffset(Long Offset)
Offset - Starting offset of the page. Value: (number of pages – 1) * items per page.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results returned in one pagepublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ID of the specified instanceCopyright © 2022. All rights reserved.