public class DeleteJustInTimeTranscodeTemplatesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DeleteJustInTimeTranscodeTemplatesRequest()  | 
DeleteJustInTimeTranscodeTemplatesRequest(DeleteJustInTimeTranscodeTemplatesRequest 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[] | 
getTemplateIds()
Get Specifies the array of transcoding template unique identifiers to be deleted, with a length limit of 100. 
 | 
String | 
getZoneId()
Get Specifies the site ID. 
 | 
void | 
setTemplateIds(String[] TemplateIds)
Set Specifies the array of transcoding template unique identifiers to be deleted, with a length limit of 100. 
 | 
void | 
setZoneId(String ZoneId)
Set Specifies the site ID. 
 | 
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 DeleteJustInTimeTranscodeTemplatesRequest()
public DeleteJustInTimeTranscodeTemplatesRequest(DeleteJustInTimeTranscodeTemplatesRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Specifies the site ID.public String[] getTemplateIds()
public void setTemplateIds(String[] TemplateIds)
TemplateIds - Specifies the array of transcoding template unique identifiers to be deleted, with a length limit of 100.Copyright © 2025. All rights reserved.