public class DescribeListWaterPrintConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeListWaterPrintConfigRequest()  | 
DescribeListWaterPrintConfigRequest(DescribeListWaterPrintConfigRequest 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 | 
getFilterInstanceId()
Get Anti-DDoS instance ID filter. 
 | 
String | 
getFilterIp()
Get IP filter 
 | 
Long | 
getLimit()
Get Number of items per page. 
 | 
Long | 
getOffset()
Get Starting offset of the page. 
 | 
void | 
setFilterInstanceId(String FilterInstanceId)
Set Anti-DDoS instance ID filter. 
 | 
void | 
setFilterIp(String FilterIp)
Set IP filter 
 | 
void | 
setLimit(Long Limit)
Set Number of items per 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeListWaterPrintConfigRequest()
public DescribeListWaterPrintConfigRequest(DescribeListWaterPrintConfigRequest source)
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 items per page. The default value is 20 when `Limit = 0`. The maximum value is 100.public String getFilterInstanceId()
public void setFilterInstanceId(String FilterInstanceId)
FilterInstanceId - Anti-DDoS instance ID filter. Anti-DDoS instance prefix wildcard search is supported. For example, you can filter Anti-DDoS Pro instances by `bgp-*`.public String getFilterIp()
public void setFilterIp(String FilterIp)
FilterIp - IP filterCopyright © 2025. All rights reserved.