public class JustInTimeTranscodeTemplate extends AbstractModel
header, skipSign
Constructor and Description |
---|
JustInTimeTranscodeTemplate() |
JustInTimeTranscodeTemplate(JustInTimeTranscodeTemplate 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 Template description.
|
String |
getName()
Get Template name.
|
String |
getType()
Get Template type.
|
VideoConfigureInfo |
getVideoConfigure()
Get Video parameter configuration.
|
WatermarkConfigureData |
getWatermarkConfigure()
Get Watermark parameter configuration.
|
void |
setComment(String Comment)
Set Template description.
|
void |
setName(String Name)
Set Template name.
|
void |
setType(String Type)
Set Template type.
|
void |
setVideoConfigure(VideoConfigureInfo VideoConfigure)
Set Video parameter configuration.
|
void |
setWatermarkConfigure(WatermarkConfigureData WatermarkConfigure)
Set Watermark parameter configuration.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public JustInTimeTranscodeTemplate()
public JustInTimeTranscodeTemplate(JustInTimeTranscodeTemplate source)
public String getType()
public void setType(String Type)
Type
- Template type.public String getName()
public void setName(String Name)
Name
- Template name.public String getComment()
public void setComment(String Comment)
Comment
- Template description.public VideoConfigureInfo getVideoConfigure()
public void setVideoConfigure(VideoConfigureInfo VideoConfigure)
VideoConfigure
- Video parameter configuration.
Note: This field may return null, indicating that no valid value can be obtained.public WatermarkConfigureData getWatermarkConfigure()
public void setWatermarkConfigure(WatermarkConfigureData WatermarkConfigure)
WatermarkConfigure
- Watermark parameter configuration.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.