public class DeleteLiveTranscodeTemplateRequest extends AbstractModel
Constructor and Description |
---|
DeleteLiveTranscodeTemplateRequest() |
DeleteLiveTranscodeTemplateRequest(DeleteLiveTranscodeTemplateRequest 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 |
---|---|
Long |
getTemplateId()
Get Template ID.
|
void |
setTemplateId(Long TemplateId)
Set Template ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteLiveTranscodeTemplateRequest()
public DeleteLiveTranscodeTemplateRequest(DeleteLiveTranscodeTemplateRequest source)
public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- Template ID.
1. Get the template ID in the returned value of the [CreateLiveTranscodeTemplate](https://intl.cloud.tencent.com/document/product/267/32646?from_cn_redirect=1) API call.
2. You can query the list of created templates through the [DescribeLiveTranscodeTemplates](https://intl.cloud.tencent.com/document/product/267/32641?from_cn_redirect=1) API.Copyright © 2023. All rights reserved.