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 模板描述。
|
String |
getName()
Get 模板名。
|
String |
getType()
Get 模板类型。
|
VideoConfigureInfo |
getVideoConfigure()
Get 视频参数配置。
注意:此字段可能返回 null,表示取不到有效值。
|
WatermarkConfigureData |
getWatermarkConfigure()
Get 水印参数配置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setComment(String Comment)
Set 模板描述。
|
void |
setName(String Name)
Set 模板名。
|
void |
setType(String Type)
Set 模板类型。
|
void |
setVideoConfigure(VideoConfigureInfo VideoConfigure)
Set 视频参数配置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWatermarkConfigure(WatermarkConfigureData WatermarkConfigure)
Set 水印参数配置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public JustInTimeTranscodeTemplate()
public JustInTimeTranscodeTemplate(JustInTimeTranscodeTemplate source)
public String getType()
public void setType(String Type)
Type
- 模板类型。public String getName()
public void setName(String Name)
Name
- 模板名。public String getComment()
public void setComment(String Comment)
Comment
- 模板描述。public VideoConfigureInfo getVideoConfigure()
public void setVideoConfigure(VideoConfigureInfo VideoConfigure)
VideoConfigure
- 视频参数配置。
注意:此字段可能返回 null,表示取不到有效值。public WatermarkConfigureData getWatermarkConfigure()
public void setWatermarkConfigure(WatermarkConfigureData WatermarkConfigure)
WatermarkConfigure
- 水印参数配置。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.