public class DescribeTranscodeTemplatesRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeTranscodeTemplatesRequest() |
DescribeTranscodeTemplatesRequest(DescribeTranscodeTemplatesRequest 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 |
getContainerType()
Get Container filter.
|
Long[] |
getDefinitions()
Get Unique ID filter of transcoding templates.
|
Long |
getLimit()
Get Number of returned entries.
|
Long |
getOffset()
Get Pagination offset.
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
String |
getTEHDType()
Get TESHD filter, which is used to filter common transcoding or ultra-fast HD transcoding templates.
|
String |
getType()
Get Template type filter.
|
void |
setContainerType(String ContainerType)
Set Container filter.
|
void |
setDefinitions(Long[] Definitions)
Set Unique ID filter of transcoding templates.
|
void |
setLimit(Long Limit)
Set Number of returned entries.
|
void |
setOffset(Long Offset)
Set Pagination offset.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setTEHDType(String TEHDType)
Set TESHD filter, which is used to filter common transcoding or ultra-fast HD transcoding templates.
|
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTranscodeTemplatesRequest()
public DescribeTranscodeTemplatesRequest(DescribeTranscodeTemplatesRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.public Long[] getDefinitions()
public void setDefinitions(Long[] Definitions)
Definitions
- Unique ID filter of transcoding templates. Array length limit: 100.public String getType()
public void setType(String Type)
Type
- Template type filter. Valid values:
public String getContainerType()
public void setContainerType(String ContainerType)
ContainerType
- Container filter. Valid values:
public String getTEHDType()
public void setTEHDType(String TEHDType)
TEHDType
- TESHD filter, which is used to filter common transcoding or ultra-fast HD transcoding templates. Valid values:
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.Copyright © 2023. All rights reserved.