public class DescribeAdaptiveDynamicStreamingTemplatesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeAdaptiveDynamicStreamingTemplatesRequest()  | 
DescribeAdaptiveDynamicStreamingTemplatesRequest(DescribeAdaptiveDynamicStreamingTemplatesRequest 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[] | 
getDefinitions()
Get Unique ID filter of adaptive bitrate streaming templates. 
 | 
Long | 
getLimit()
Get Number of returned entries. 
 | 
String | 
getName()
Get Filter condition for adaptive transcoding template identifiers, with a length limit of 64 characters. 
 | 
Long | 
getOffset()
Get Pagination offset. 
 | 
Long | 
getPureAudio()
Get Whether it is an audio-only template. 
 | 
String | 
getType()
Get Template type filter. 
 | 
void | 
setDefinitions(Long[] Definitions)
Set Unique ID filter of adaptive bitrate streaming templates. 
 | 
void | 
setLimit(Long Limit)
Set Number of returned entries. 
 | 
void | 
setName(String Name)
Set Filter condition for adaptive transcoding template identifiers, with a length limit of 64 characters. 
 | 
void | 
setOffset(Long Offset)
Set Pagination offset. 
 | 
void | 
setPureAudio(Long PureAudio)
Set Whether it is an audio-only template. 
 | 
void | 
setType(String Type)
Set Template type filter. 
 | 
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 DescribeAdaptiveDynamicStreamingTemplatesRequest()
public DescribeAdaptiveDynamicStreamingTemplatesRequest(DescribeAdaptiveDynamicStreamingTemplatesRequest source)
public Long[] getDefinitions()
public void setDefinitions(Long[] Definitions)
Definitions - Unique ID filter of adaptive bitrate streaming templates. Array length limit: 100.public Long getOffset()
public void setOffset(Long Offset)
Offset - Pagination offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned entries. Default value: 10. Maximum value: 100.public String getType()
public void setType(String Type)
Type - Template type filter. Valid values:
public Long getPureAudio()
public void setPureAudio(Long PureAudio)
PureAudio - Whether it is an audio-only template. 0: video template. 1: audio-only template.
Default value: 0public String getName()
public void setName(String Name)
Name - Filter condition for adaptive transcoding template identifiers, with a length limit of 64 characters.Copyright © 2025. All rights reserved.