public class CreateImageSpriteTask2017 extends AbstractModel
Constructor and Description |
---|
CreateImageSpriteTask2017() |
Modifier and Type | Method and Description |
---|---|
Long |
getDefinition()
Get Image sprite specification.
|
Long |
getErrCode()
Get Error code
0: success;
Other values: failure.
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getFileId()
Get ID of generated image sprite file.
|
String[] |
getImageSpriteUrlSet()
Get Address of output image sprite.
|
String |
getMessage()
Get Error message.
|
String |
getTaskId()
Get Image sprite generating task ID.
|
Long |
getTotalCount()
Get Total number of subimages in image sprite.
|
String |
getWebVttUrl()
Get Address of WebVtt file for the position-time relationship among subimages in an image sprite.
|
void |
setDefinition(Long Definition)
Set Image sprite specification.
|
void |
setErrCode(Long ErrCode)
Set Error code
0: success;
Other values: failure.
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setFileId(String FileId)
Set ID of generated image sprite file.
|
void |
setImageSpriteUrlSet(String[] ImageSpriteUrlSet)
Set Address of output image sprite.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setTaskId(String TaskId)
Set Image sprite generating task ID.
|
void |
setTotalCount(Long TotalCount)
Set Total number of subimages in image sprite.
|
void |
setWebVttUrl(String WebVttUrl)
Set Address of WebVtt file for the position-time relationship among subimages in an image sprite.
|
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 String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Image sprite generating task ID.public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code
public String getMessage()
public void setMessage(String Message)
Message
- Error message.
Note: this field may return null, indicating that no valid values can be obtained.public String getFileId()
public void setFileId(String FileId)
FileId
- ID of generated image sprite file.
Note: this field may return null, indicating that no valid values can be obtained.public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Image sprite specification. For more information, please see [Image Sprite Generating Template](https://intl.cloud.tencent.com/document/product/266/33480?from_cn_redirect=1#.E9.9B.AA.E7.A2.A7.E5.9B.BE.E6.A8.A1.E6.9D.BF).
Note: this field may return null, indicating that no valid values can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of subimages in image sprite.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getImageSpriteUrlSet()
public void setImageSpriteUrlSet(String[] ImageSpriteUrlSet)
ImageSpriteUrlSet
- Address of output image sprite.
Note: this field may return null, indicating that no valid values can be obtained.public String getWebVttUrl()
public void setWebVttUrl(String WebVttUrl)
WebVttUrl
- Address of WebVtt file for the position-time relationship among subimages in an image sprite.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.