public class ImageProcessingTemplate extends AbstractModel
Constructor and Description |
---|
ImageProcessingTemplate() |
ImageProcessingTemplate(ImageProcessingTemplate 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 |
getComment()
Get 模板描述信息。
|
String |
getCreateTime()
Get 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
Long |
getDefinition()
Get 图片处理模板唯一标识。
|
String |
getName()
Get 图片处理模板名称。
|
ImageOperation[] |
getOperations()
Get 图片处理操作数组,操作将以数组顺序执行。
长度限制:3。
|
String |
getType()
Get 模板类型,取值范围:
Preset:系统预置模板;
Custom:用户自定义模板。
|
void |
setComment(String Comment)
Set 模板描述信息。
|
void |
setCreateTime(String CreateTime)
Set 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setDefinition(Long Definition)
Set 图片处理模板唯一标识。
|
void |
setName(String Name)
Set 图片处理模板名称。
|
void |
setOperations(ImageOperation[] Operations)
Set 图片处理操作数组,操作将以数组顺序执行。
长度限制:3。
|
void |
setType(String Type)
Set 模板类型,取值范围:
Preset:系统预置模板;
Custom:用户自定义模板。
|
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, toJsonString
public ImageProcessingTemplate()
public ImageProcessingTemplate(ImageProcessingTemplate source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 图片处理模板唯一标识。public String getType()
public void setType(String Type)
Type
- 模板类型,取值范围:
public String getName()
public void setName(String Name)
Name
- 图片处理模板名称。public String getComment()
public void setComment(String Comment)
Comment
- 模板描述信息。public ImageOperation[] getOperations()
public void setOperations(ImageOperation[] Operations)
Operations
- 图片处理操作数组,操作将以数组顺序执行。
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。Copyright © 2021. All rights reserved.