public class DescribeImageProcessingTemplatesRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeImageProcessingTemplatesRequest() |
DescribeImageProcessingTemplatesRequest(DescribeImageProcessingTemplatesRequest 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 The IDs of the templates to query.
|
Long |
getLimit()
Get The number of records to return.
|
Long |
getOffset()
Get The offset.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
String |
getType()
Get The template type.
|
void |
setDefinitions(Long[] Definitions)
Set The IDs of the templates to query.
|
void |
setLimit(Long Limit)
Set The number of records to return.
|
void |
setOffset(Long Offset)
Set The offset.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setType(String Type)
Set The template type.
|
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 DescribeImageProcessingTemplatesRequest()
public DescribeImageProcessingTemplatesRequest(DescribeImageProcessingTemplatesRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public Long[] getDefinitions()
public void setDefinitions(Long[] Definitions)
Definitions - The IDs of the templates to query. Length limit: 100.public String getType()
public void setType(String Type)
Type - The template type. Valid values:
public Long getOffset()
public void setOffset(Long Offset)
Offset - The offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - The number of records to return. Default value: 10. Maximum value: 100.Copyright © 2025. All rights reserved.