public class CreateJustInTimeTranscodeTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateJustInTimeTranscodeTemplateRequest() |
CreateJustInTimeTranscodeTemplateRequest(CreateJustInTimeTranscodeTemplateRequest 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, the length is limited to 64 characters.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
VideoConfigureInfo |
getVideoConfigure()
Get Video parameter configuration.
|
WatermarkConfigureInfo |
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, the length is limited to 64 characters.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setVideoConfigure(VideoConfigureInfo VideoConfigure)
Set Video parameter configuration.
|
void |
setWatermarkConfigure(WatermarkConfigureInfo 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 CreateJustInTimeTranscodeTemplateRequest()
public CreateJustInTimeTranscodeTemplateRequest(CreateJustInTimeTranscodeTemplateRequest source)
public String getName()
public void setName(String Name)
Name
- Template name, the length is limited to 64 characters.public VideoConfigureInfo getVideoConfigure()
public void setVideoConfigure(VideoConfigureInfo VideoConfigure)
VideoConfigure
- Video parameter configuration.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public WatermarkConfigureInfo getWatermarkConfigure()
public void setWatermarkConfigure(WatermarkConfigureInfo WatermarkConfigure)
WatermarkConfigure
- Watermark parameter configuration.public String getComment()
public void setComment(String Comment)
Comment
- Template description, the length is limited to 256 characters.Copyright © 2024. All rights reserved.