public class DescribeWatermarkTemplatesRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeWatermarkTemplatesRequest()  | 
DescribeWatermarkTemplatesRequest(DescribeWatermarkTemplatesRequest 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 | 
|---|---|
Long[] | 
getDefinitions()
Get Unique ID filter of watermarking templates. 
 | 
Long | 
getLimit()
Get Number of returned entries
Default value: 10;
Maximum value: 100. 
 | 
Long | 
getOffset()
Get Paging offset. 
 | 
String | 
getType()
Get Watermark type filter. 
 | 
void | 
setDefinitions(Long[] Definitions)
Set Unique ID filter of watermarking templates. 
 | 
void | 
setLimit(Long Limit)
Set Number of returned entries
Default value: 10;
Maximum value: 100. 
 | 
void | 
setOffset(Long Offset)
Set Paging offset. 
 | 
void | 
setType(String Type)
Set Watermark type filter. 
 | 
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 DescribeWatermarkTemplatesRequest()
public DescribeWatermarkTemplatesRequest(DescribeWatermarkTemplatesRequest source)
public Long[] getDefinitions()
public void setDefinitions(Long[] Definitions)
Definitions - Unique ID filter of watermarking templates. Array length limit: 100.public String getType()
public void setType(String Type)
Type - Watermark type filter. Valid values:
public Long getOffset()
public void setOffset(Long Offset)
Offset - Paging offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned entries
Copyright © 2021. All rights reserved.