public class MediaAnimatedGraphicsItem extends AbstractModel
Constructor and Description |
---|
MediaAnimatedGraphicsItem() |
MediaAnimatedGraphicsItem(MediaAnimatedGraphicsItem 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 |
---|---|
Long |
getBitrate()
Get Bitrate of animated image in bps.
|
String |
getContainer()
Get Animated image format, such as gif.
|
Long |
getDefinition()
Get Animated image generating template ID.
|
Float |
getEndTimeOffset()
Get End time offset of animated image in video in seconds.
|
Long |
getHeight()
Get Height of animated image in px.
|
String |
getMd5()
Get MD5 value of an animated image.
|
Long |
getSize()
Get Size of animated image in bytes.
|
Float |
getStartTimeOffset()
Get Start time offset of animated image in video in seconds.
|
String |
getUrl()
Get Address of generated animated image.
|
Long |
getWidth()
Get Width of animated image in px.
|
void |
setBitrate(Long Bitrate)
Set Bitrate of animated image in bps.
|
void |
setContainer(String Container)
Set Animated image format, such as gif.
|
void |
setDefinition(Long Definition)
Set Animated image generating template ID.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set End time offset of animated image in video in seconds.
|
void |
setHeight(Long Height)
Set Height of animated image in px.
|
void |
setMd5(String Md5)
Set MD5 value of an animated image.
|
void |
setSize(Long Size)
Set Size of animated image in bytes.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set Start time offset of animated image in video in seconds.
|
void |
setUrl(String Url)
Set Address of generated animated image.
|
void |
setWidth(Long Width)
Set Width of 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, toJsonString
public MediaAnimatedGraphicsItem()
public MediaAnimatedGraphicsItem(MediaAnimatedGraphicsItem source)
public String getUrl()
public void setUrl(String Url)
Url
- Address of generated animated image.
Note: this field may return null, indicating that no valid values can be obtained.public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Animated image generating template ID. For more information, please see [Animated Image Generating Parameter Template](https://intl.cloud.tencent.com/document/product/266/33481?from_cn_redirect=1#.3Cspan-id-.3D-.22zdt.22.3E.3C.2Fspan.3E.E8.BD.AC.E5.8A.A8.E5.9B.BE.E6.A8.A1.E6.9D.BF).
Note: this field may return null, indicating that no valid values can be obtained.public String getContainer()
public void setContainer(String Container)
Container
- Animated image format, such as gif.
Note: this field may return null, indicating that no valid values can be obtained.public Long getHeight()
public void setHeight(Long Height)
Height
- Height of animated image in px.
Note: this field may return null, indicating that no valid values can be obtained.public Long getWidth()
public void setWidth(Long Width)
Width
- Width of animated image in px.
Note: this field may return null, indicating that no valid values can be obtained.public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- Bitrate of animated image in bps.
Note: this field may return null, indicating that no valid values can be obtained.public Long getSize()
public void setSize(Long Size)
Size
- Size of animated image in bytes.
Note: this field may return null, indicating that no valid values can be obtained.public String getMd5()
public void setMd5(String Md5)
Md5
- MD5 value of an animated image.
Note: this field may return null, indicating that no valid values can be obtained.public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- Start time offset of animated image in video in seconds.
Note: this field may return null, indicating that no valid values can be obtained.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- End time offset of animated image in video in seconds.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.