public class ImageProcessingTemplate extends AbstractModel
header, skipSign
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 The template description.
|
String |
getCreateTime()
Get The template creation time in [ISO date format](https://www.tencentcloud.com/document/product/266/11732?lang=en&pg=#iso-date-format).
|
Long |
getDefinition()
Get The template ID.
|
String |
getName()
Get The template name.
|
ImageOperation[] |
getOperations()
Get An array of image processing operations.
|
String |
getType()
Get The template type.
|
void |
setComment(String Comment)
Set The template description.
|
void |
setCreateTime(String CreateTime)
Set The template creation time in [ISO date format](https://www.tencentcloud.com/document/product/266/11732?lang=en&pg=#iso-date-format).
|
void |
setDefinition(Long Definition)
Set The template ID.
|
void |
setName(String Name)
Set The template name.
|
void |
setOperations(ImageOperation[] Operations)
Set An array of image processing operations.
|
void |
setType(String Type)
Set The template type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ImageProcessingTemplate()
public ImageProcessingTemplate(ImageProcessingTemplate source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- The template ID.public String getType()
public void setType(String Type)
Type
- The template type. Valid values:
public String getName()
public void setName(String Name)
Name
- The template name.public String getComment()
public void setComment(String Comment)
Comment
- The template description.public ImageOperation[] getOperations()
public void setOperations(ImageOperation[] Operations)
Operations
- An array of image processing operations. The operations will be performed in the specified order.
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The template creation time in [ISO date format](https://www.tencentcloud.com/document/product/266/11732?lang=en&pg=#iso-date-format).Copyright © 2024. All rights reserved.