public class EnhanceMediaQualityOutputConfig extends AbstractModel
header, skipSign| Constructor and Description |
|---|
EnhanceMediaQualityOutputConfig() |
EnhanceMediaQualityOutputConfig(EnhanceMediaQualityOutputConfig 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 |
getClassId()
Get Category ID, used for media classification management, can be obtained by [creating a category](https://intl.cloud.tencent.com/document/product/266/7812?from_cn_redirect=1) interface, create a category, get the category ID.
|
String |
getExpireTime()
Get The expiration time of the output file, the file will be deleted after this time, the default is never to expire, the format is in accordance with the ISO 8601 standard, see [ISO date format description](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I)。
|
String |
getMediaName()
Get Output file name, up to 64 characters.
|
void |
setClassId(Long ClassId)
Set Category ID, used for media classification management, can be obtained by [creating a category](https://intl.cloud.tencent.com/document/product/266/7812?from_cn_redirect=1) interface, create a category, get the category ID.
|
void |
setExpireTime(String ExpireTime)
Set The expiration time of the output file, the file will be deleted after this time, the default is never to expire, the format is in accordance with the ISO 8601 standard, see [ISO date format description](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I)。
|
void |
setMediaName(String MediaName)
Set Output file name, up to 64 characters.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic EnhanceMediaQualityOutputConfig()
public EnhanceMediaQualityOutputConfig(EnhanceMediaQualityOutputConfig source)
public String getMediaName()
public void setMediaName(String MediaName)
MediaName - Output file name, up to 64 characters. The system will specify the file name by defaultpublic Long getClassId()
public void setClassId(Long ClassId)
ClassId - Category ID, used for media classification management, can be obtained by [creating a category](https://intl.cloud.tencent.com/document/product/266/7812?from_cn_redirect=1) interface, create a category, get the category ID.
public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - The expiration time of the output file, the file will be deleted after this time, the default is never to expire, the format is in accordance with the ISO 8601 standard, see [ISO date format description](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I)。Copyright © 2024. All rights reserved.