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 The types of information to return.
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setFileIds(String[] FileIds)
Set List of media file IDs.
|
void |
setFilters(String[] Filters)
Set The types of information to return.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
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 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 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 String[] getFilters()
public void setFilters(String[] Filters)
Filters
- The types of information to return. You can specify multiple information types. `N` starts from 0. If you do not specify this parameter, all information will be returned. The supported information types are as follows:
Copyright © 2023. All rights reserved.