Class MediaImageSpriteInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.MediaImageSpriteInfo
-
public class MediaImageSpriteInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MediaImageSpriteInfo()MediaImageSpriteInfo(MediaImageSpriteInfo 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 LonggetHeight()Get 雪碧图小图的高度。String[]getImageUrlSet()Get 截取雪碧图输出的地址。LonggetTotalCount()Get 雪碧图小图的总数量。StringgetWebVttUrl()Get 雪碧图子图位置与时间关系的 WebVtt 文件地址。WebVtt 文件表明了各个雪碧图小图对应的时间点,以及在雪碧大图里的坐标位置,一般被播放器用于实现预览。LonggetWidth()Get 雪碧图小图的宽度。voidsetHeight(Long Height)Set 雪碧图小图的高度。voidsetImageUrlSet(String[] ImageUrlSet)Set 截取雪碧图输出的地址。voidsetTotalCount(Long TotalCount)Set 雪碧图小图的总数量。voidsetWebVttUrl(String WebVttUrl)Set 雪碧图子图位置与时间关系的 WebVtt 文件地址。WebVtt 文件表明了各个雪碧图小图对应的时间点,以及在雪碧大图里的坐标位置,一般被播放器用于实现预览。voidsetWidth(Long Width)Set 雪碧图小图的宽度。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
-
MediaImageSpriteInfo
public MediaImageSpriteInfo()
-
MediaImageSpriteInfo
public MediaImageSpriteInfo(MediaImageSpriteInfo 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
-
getHeight
public Long getHeight()
Get 雪碧图小图的高度。- Returns:
- Height 雪碧图小图的高度。
-
setHeight
public void setHeight(Long Height)
Set 雪碧图小图的高度。- Parameters:
Height- 雪碧图小图的高度。
-
getWidth
public Long getWidth()
Get 雪碧图小图的宽度。- Returns:
- Width 雪碧图小图的宽度。
-
setWidth
public void setWidth(Long Width)
Set 雪碧图小图的宽度。- Parameters:
Width- 雪碧图小图的宽度。
-
getTotalCount
public Long getTotalCount()
Get 雪碧图小图的总数量。- Returns:
- TotalCount 雪碧图小图的总数量。
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 雪碧图小图的总数量。- Parameters:
TotalCount- 雪碧图小图的总数量。
-
getImageUrlSet
public String[] getImageUrlSet()
Get 截取雪碧图输出的地址。- Returns:
- ImageUrlSet 截取雪碧图输出的地址。
-
setImageUrlSet
public void setImageUrlSet(String[] ImageUrlSet)
Set 截取雪碧图输出的地址。- Parameters:
ImageUrlSet- 截取雪碧图输出的地址。
-
getWebVttUrl
public String getWebVttUrl()
Get 雪碧图子图位置与时间关系的 WebVtt 文件地址。WebVtt 文件表明了各个雪碧图小图对应的时间点,以及在雪碧大图里的坐标位置,一般被播放器用于实现预览。- Returns:
- WebVttUrl 雪碧图子图位置与时间关系的 WebVtt 文件地址。WebVtt 文件表明了各个雪碧图小图对应的时间点,以及在雪碧大图里的坐标位置,一般被播放器用于实现预览。
-
setWebVttUrl
public void setWebVttUrl(String WebVttUrl)
Set 雪碧图子图位置与时间关系的 WebVtt 文件地址。WebVtt 文件表明了各个雪碧图小图对应的时间点,以及在雪碧大图里的坐标位置,一般被播放器用于实现预览。- Parameters:
WebVttUrl- 雪碧图子图位置与时间关系的 WebVtt 文件地址。WebVtt 文件表明了各个雪碧图小图对应的时间点,以及在雪碧大图里的坐标位置,一般被播放器用于实现预览。
-
-