public class DescribeMediaInfosRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeMediaInfosRequest() |
DescribeMediaInfosRequest(DescribeMediaInfosRequest 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[] |
getFileIds()
Get List of media file IDs.
|
String[] |
getFilters()
Get Specifies information entry that needs to be returned by all media files.
|
Long |
getSubAppId()
Get [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
void |
setFileIds(String[] FileIds)
Set List of media file IDs.
|
void |
setFilters(String[] Filters)
Set Specifies information entry that needs to be returned by all media files.
|
void |
setSubAppId(Long SubAppId)
Set [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
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, toJsonStringpublic DescribeMediaInfosRequest()
public DescribeMediaInfosRequest(DescribeMediaInfosRequest source)
public String[] getFileIds()
public void setFileIds(String[] FileIds)
FileIds - List of media file IDs. N starts from 0 and can be up to 19.public String[] getFilters()
public void setFilters(String[] Filters)
Filters - Specifies information entry that needs to be returned by all media files. Multiple entries can be specified simultaneously. N starts from 0. If this field is left empty, all information entries will be returned by default. Valid values:
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.Copyright © 2022. All rights reserved.