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 The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) 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 The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 - 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 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 © 2025. All rights reserved.