public class DescribeJustInTimeTranscodeTemplatesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeJustInTimeTranscodeTemplatesRequest() | 
| DescribeJustInTimeTranscodeTemplatesRequest(DescribeJustInTimeTranscodeTemplatesRequest 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 | getLimit()Get 返回记录条数,默认值:10,最大值:100。 | 
| String[] | getNames()Get 模板名过滤条件,数组长度限制:100。 | 
| Long | getOffset()Get 分页偏移量,默认值:0。 | 
| Long | getSubAppId()Get 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。 | 
| String | getType()Get 模板类型过滤条件,可选值:
Preset:系统预置任务流模板;
Custom:用户自定义任务流模板。 | 
| void | setLimit(Long Limit)Set 返回记录条数,默认值:10,最大值:100。 | 
| void | setNames(String[] Names)Set 模板名过滤条件,数组长度限制:100。 | 
| void | setOffset(Long Offset)Set 分页偏移量,默认值:0。 | 
| void | setSubAppId(Long SubAppId)Set 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。 | 
| void | setType(String Type)Set 模板类型过滤条件,可选值:
Preset:系统预置任务流模板;
Custom:用户自定义任务流模板。 | 
| 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 DescribeJustInTimeTranscodeTemplatesRequest()
public DescribeJustInTimeTranscodeTemplatesRequest(DescribeJustInTimeTranscodeTemplatesRequest source)
public String[] getNames()
public void setNames(String[] Names)
Names - 模板名过滤条件,数组长度限制:100。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。public String getType()
public void setType(String Type)
Type - 模板类型过滤条件,可选值:
public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移量,默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回记录条数,默认值:10,最大值:100。Copyright © 2025. All rights reserved.