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 模板描述,长度限制256个字符。 | 
| String | getName()Get 模板名字。 | 
| Long | getSubAppId()Get 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。 | 
| VideoConfigureInfoForUpdate | getVideoConfigure()Get 视频参数配置。 | 
| WatermarkConfigureInfoForUpdate | getWatermarkConfigure()Get 水印参数配置。 | 
| void | setComment(String Comment)Set 模板描述,长度限制256个字符。 | 
| void | setName(String Name)Set 模板名字。 | 
| void | setSubAppId(Long SubAppId)Set 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。 | 
| void | setVideoConfigure(VideoConfigureInfoForUpdate VideoConfigure)Set 视频参数配置。 | 
| void | setWatermarkConfigure(WatermarkConfigureInfoForUpdate WatermarkConfigure)Set 水印参数配置。 | 
| 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 - 模板名字。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。public VideoConfigureInfoForUpdate getVideoConfigure()
public void setVideoConfigure(VideoConfigureInfoForUpdate VideoConfigure)
VideoConfigure - 视频参数配置。public WatermarkConfigureInfoForUpdate getWatermarkConfigure()
public void setWatermarkConfigure(WatermarkConfigureInfoForUpdate WatermarkConfigure)
WatermarkConfigure - 水印参数配置。public String getComment()
public void setComment(String Comment)
Comment - 模板描述,长度限制256个字符。Copyright © 2025. All rights reserved.