public class ImageSpriteTaskInput extends AbstractModel
| Constructor and Description | 
|---|
| ImageSpriteTaskInput() | 
| ImageSpriteTaskInput(ImageSpriteTaskInput 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 | getDefinition()Get ID of an image sprite generating template. | 
| NumberFormat | getObjectNumberFormat()Get Rule of the `{number}` variable in the image sprite output path. | 
| String | getOutputObjectPath()Get Output path to a generated image sprite file, which can be a relative path or an absolute path. | 
| TaskOutputStorage | getOutputStorage()Get Target bucket of a generated image sprite. | 
| String | getWebVttObjectName()Get Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. | 
| void | setDefinition(Long Definition)Set ID of an image sprite generating template. | 
| void | setObjectNumberFormat(NumberFormat ObjectNumberFormat)Set Rule of the `{number}` variable in the image sprite output path. | 
| void | setOutputObjectPath(String OutputObjectPath)Set Output path to a generated image sprite file, which can be a relative path or an absolute path. | 
| void | setOutputStorage(TaskOutputStorage OutputStorage)Set Target bucket of a generated image sprite. | 
| void | setWebVttObjectName(String WebVttObjectName)Set Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. | 
| 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 ImageSpriteTaskInput()
public ImageSpriteTaskInput(ImageSpriteTaskInput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition - ID of an image sprite generating template.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage - Target bucket of a generated image sprite. If this parameter is left empty, the `OutputStorage` value of the upper folder will be inherited.
Note: This field may return null, indicating that no valid values can be obtained.public String getOutputObjectPath()
public void setOutputObjectPath(String OutputObjectPath)
OutputObjectPath - Output path to a generated image sprite file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: `{inputName}_imageSprite_{definition}_{number}.{format}`.public String getWebVttObjectName()
public void setWebVttObjectName(String WebVttObjectName)
WebVttObjectName - Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: `{inputName}_imageSprite_{definition}.{format}`.public NumberFormat getObjectNumberFormat()
public void setObjectNumberFormat(NumberFormat ObjectNumberFormat)
ObjectNumberFormat - Rule of the `{number}` variable in the image sprite output path.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.