Class DescribeImageSpriteTemplatesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeImageSpriteTemplatesRequest
-
public class DescribeImageSpriteTemplatesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeImageSpriteTemplatesRequest()DescribeImageSpriteTemplatesRequest(DescribeImageSpriteTemplatesRequest 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 模板类型过滤条件,可选值: Preset:系统预置模板; Custom:用户自定义模板。voidsetDefinitions(Long[] Definitions)Set 雪碧图模板唯一标识过滤条件,数组长度限制:100。voidsetLimit(Long Limit)Set 返回记录条数,默认值:10,最大值:100。voidsetOffset(Long Offset)Set 分页偏移量,默认值:0。voidsetType(String Type)Set 模板类型过滤条件,可选值: Preset:系统预置模板; Custom:用户自定义模板。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
-
DescribeImageSpriteTemplatesRequest
public DescribeImageSpriteTemplatesRequest()
-
DescribeImageSpriteTemplatesRequest
public DescribeImageSpriteTemplatesRequest(DescribeImageSpriteTemplatesRequest 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。
-
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。
-
getType
public String getType()
Get 模板类型过滤条件,可选值:- Preset:系统预置模板;
- Custom:用户自定义模板。
- Returns:
- Type 模板类型过滤条件,可选值:
- Preset:系统预置模板;
- Custom:用户自定义模板。
-
setType
public void setType(String Type)
Set 模板类型过滤条件,可选值:- Preset:系统预置模板;
- Custom:用户自定义模板。
- Parameters:
Type- 模板类型过滤条件,可选值:- Preset:系统预置模板;
- Custom:用户自定义模板。
-
-