Class DescribeWatermarkTemplatesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeWatermarkTemplatesRequest
-
public class DescribeWatermarkTemplatesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long[]getDefinitions()Get 水印模板唯一标识过滤条件,数组长度限制:100。LonggetLimit()Get 返回记录条数 默认值:10; 最大值:100。LonggetOffset()Get 分页偏移量,默认值:0。StringgetType()Get 水印类型过滤条件,可选值: image:图片水印; text:文字水印。voidsetDefinitions(Long[] Definitions)Set 水印模板唯一标识过滤条件,数组长度限制:100。voidsetLimit(Long Limit)Set 返回记录条数 默认值:10; 最大值:100。voidsetOffset(Long Offset)Set 分页偏移量,默认值:0。voidsetType(String Type)Set 水印类型过滤条件,可选值: image:图片水印; text:文字水印。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
-
DescribeWatermarkTemplatesRequest
public DescribeWatermarkTemplatesRequest()
-
DescribeWatermarkTemplatesRequest
public 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.
-
-
Method Detail
-
getDefinitions
public Long[] getDefinitions()
Get 水印模板唯一标识过滤条件,数组长度限制:100。- Returns:
- Definitions 水印模板唯一标识过滤条件,数组长度限制:100。
-
setDefinitions
public void setDefinitions(Long[] Definitions)
Set 水印模板唯一标识过滤条件,数组长度限制:100。- Parameters:
Definitions- 水印模板唯一标识过滤条件,数组长度限制:100。
-
getType
public String getType()
Get 水印类型过滤条件,可选值:- image:图片水印;
- text:文字水印。
- Returns:
- Type 水印类型过滤条件,可选值:
- image:图片水印;
- text:文字水印。
-
setType
public void setType(String Type)
Set 水印类型过滤条件,可选值:- image:图片水印;
- text:文字水印。
- Parameters:
Type- 水印类型过滤条件,可选值:- image:图片水印;
- text:文字水印。
-
getOffset
public Long getOffset()
Get 分页偏移量,默认值:0。- Returns:
- Offset 分页偏移量,默认值:0。
-
setOffset
public void setOffset(Long Offset)
Set 分页偏移量,默认值:0。- Parameters:
Offset- 分页偏移量,默认值:0。
-
getLimit
public Long getLimit()
Get 返回记录条数- 默认值:10;
- 最大值:100。
- Returns:
- Limit 返回记录条数
- 默认值:10;
- 最大值:100。
-
setLimit
public void setLimit(Long Limit)
Set 返回记录条数- 默认值:10;
- 最大值:100。
- Parameters:
Limit- 返回记录条数- 默认值:10;
- 最大值:100。
-
-