public class ModifyJustInTimeTranscodeTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyJustInTimeTranscodeTemplateRequest() |
ModifyJustInTimeTranscodeTemplateRequest(ModifyJustInTimeTranscodeTemplateRequest 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, the length is limited to 256 characters.
|
String |
getName()
Get Template name.
|
Long |
getSubAppId()
Get VOD application ID.
|
VideoConfigureInfoForUpdate |
getVideoConfigure()
Get Video parameter configuration.
|
WatermarkConfigureInfoForUpdate |
getWatermarkConfigure()
Get Watermark parameter configuration.
|
void |
setComment(String Comment)
Set Template description, the length is limited to 256 characters.
|
void |
setName(String Name)
Set Template name.
|
void |
setSubAppId(Long SubAppId)
Set VOD application ID.
|
void |
setVideoConfigure(VideoConfigureInfoForUpdate VideoConfigure)
Set Video parameter configuration.
|
void |
setWatermarkConfigure(WatermarkConfigureInfoForUpdate 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 ModifyJustInTimeTranscodeTemplateRequest()
public ModifyJustInTimeTranscodeTemplateRequest(ModifyJustInTimeTranscodeTemplateRequest source)
public String getName()
public void setName(String Name)
Name
- Template name.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- VOD application ID. If you want to access resources in a sub-application, fill this field with the SubAppID; when empty, it means accessing the resources of the default application.public VideoConfigureInfoForUpdate getVideoConfigure()
public void setVideoConfigure(VideoConfigureInfoForUpdate VideoConfigure)
VideoConfigure
- Video parameter configuration.public WatermarkConfigureInfoForUpdate getWatermarkConfigure()
public void setWatermarkConfigure(WatermarkConfigureInfoForUpdate WatermarkConfigure)
WatermarkConfigure
- Watermark parameter configuration.public String getComment()
public void setComment(String Comment)
Comment
- Template description, the length is limited to 256 characters.Copyright © 2023. All rights reserved.