public class DescribeWatermarkTemplatesRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeWatermarkTemplatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long[] |
getDefinitions()
Get 水印模板唯一标识过滤条件,数组长度限制:100。
|
Long |
getLimit()
Get 返回记录条数
默认值:10;
最大值:100。
|
Long |
getOffset()
Get 分页偏移量,默认值:0。
|
String |
getType()
Get 水印类型过滤条件,可选值:
image:图片水印;
text:文字水印。
|
void |
setDefinitions(Long[] Definitions)
Set 水印模板唯一标识过滤条件,数组长度限制:100。
|
void |
setLimit(Long Limit)
Set 返回记录条数
默认值:10;
最大值:100。
|
void |
setOffset(Long Offset)
Set 分页偏移量,默认值:0。
|
void |
setType(String Type)
Set 水印类型过滤条件,可选值:
image:图片水印;
text:文字水印。
|
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 Long[] getDefinitions()
public void setDefinitions(Long[] Definitions)
Definitions - 水印模板唯一标识过滤条件,数组长度限制:100。public String getType()
public void setType(String Type)
Type - 水印类型过滤条件,可选值:
public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移量,默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回记录条数
Copyright © 2020. All rights reserved.