public class DescribeVideoEncodingPresetsRequest extends AbstractModel
Constructor and Description |
---|
DescribeVideoEncodingPresetsRequest() |
DescribeVideoEncodingPresetsRequest(DescribeVideoEncodingPresetsRequest 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[] |
getIds()
Get 要查询的配置 ID 列表。填写该参数则按照配置 ID 进行查询。
|
Long |
getLimit()
Get 分页大小,默认20。最大值50。
|
Long |
getOffset()
Get 分页起始,默认0。
|
String |
getPlatform()
Get 平台名称,指定访问的平台。
|
void |
setIds(Long[] Ids)
Set 要查询的配置 ID 列表。填写该参数则按照配置 ID 进行查询。
|
void |
setLimit(Long Limit)
Set 分页大小,默认20。最大值50。
|
void |
setOffset(Long Offset)
Set 分页起始,默认0。
|
void |
setPlatform(String Platform)
Set 平台名称,指定访问的平台。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeVideoEncodingPresetsRequest()
public DescribeVideoEncodingPresetsRequest(DescribeVideoEncodingPresetsRequest source)
public String getPlatform()
public void setPlatform(String Platform)
Platform
- 平台名称,指定访问的平台。public Long[] getIds()
public void setIds(Long[] Ids)
Ids
- 要查询的配置 ID 列表。填写该参数则按照配置 ID 进行查询。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页大小,默认20。最大值50。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页起始,默认0。Copyright © 2022. All rights reserved.