public class AnimatedGraphicsTemplate extends AbstractModel
| Constructor and Description | 
|---|
| AnimatedGraphicsTemplate() | 
| AnimatedGraphicsTemplate(AnimatedGraphicsTemplate 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 Description of an animated image generating template. | 
| String | getCreateTime()Get Creation time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). | 
| Long | getDefinition()Get Unique ID of an animated image generating template. | 
| String | getFormat()Get Animated image format. | 
| Long | getFps()Get Frame rate. | 
| Long | getHeight()Get Maximum value of the height (or short side) of an animated image in px. | 
| String | getName()Get Name of an animated image generating template. | 
| Float | getQuality()Get Image quality. | 
| String | getResolutionAdaptive()Get Resolution adaption. | 
| String | getType()Get Template type. | 
| String | getUpdateTime()Get Last modified time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). | 
| Long | getWidth()Get Maximum value of the width (or long side) of an animated image in px. | 
| void | setComment(String Comment)Set Description of an animated image generating template. | 
| void | setCreateTime(String CreateTime)Set Creation time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). | 
| void | setDefinition(Long Definition)Set Unique ID of an animated image generating template. | 
| void | setFormat(String Format)Set Animated image format. | 
| void | setFps(Long Fps)Set Frame rate. | 
| void | setHeight(Long Height)Set Maximum value of the height (or short side) of an animated image in px. | 
| void | setName(String Name)Set Name of an animated image generating template. | 
| void | setQuality(Float Quality)Set Image quality. | 
| void | setResolutionAdaptive(String ResolutionAdaptive)Set Resolution adaption. | 
| void | setType(String Type)Set Template type. | 
| void | setUpdateTime(String UpdateTime)Set Last modified time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). | 
| void | setWidth(Long Width)Set Maximum value of the width (or long side) of an animated image in px. | 
| 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 AnimatedGraphicsTemplate()
public AnimatedGraphicsTemplate(AnimatedGraphicsTemplate source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition - Unique ID of an animated image generating template.public String getType()
public void setType(String Type)
Type - Template type. Valid values:
public String getName()
public void setName(String Name)
Name - Name of an animated image generating template.public String getComment()
public void setComment(String Comment)
Comment - Description of an animated image generating template.public Long getWidth()
public void setWidth(Long Width)
Width - Maximum value of the width (or long side) of an animated image in px. Value range: 0 and [128, 4,096].
public Long getHeight()
public void setHeight(Long Height)
Height - Maximum value of the height (or short side) of an animated image in px. Value range: 0 and [128, 4,096].
public String getResolutionAdaptive()
public void setResolutionAdaptive(String ResolutionAdaptive)
ResolutionAdaptive - Resolution adaption. Valid values:
public String getFormat()
public void setFormat(String Format)
Format - Animated image format.public Long getFps()
public void setFps(Long Fps)
Fps - Frame rate.public Float getQuality()
public void setQuality(Float Quality)
Quality - Image quality.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Last modified time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).Copyright © 2021. All rights reserved.