public class QualityEnhanceTaskOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
QualityEnhanceTaskOutput() |
QualityEnhanceTaskOutput(QualityEnhanceTaskOutput 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 Classification ID is used to classify media.
|
String |
getExpireTime()
Get The expiration time of the output file.
|
String |
getFileId()
Get Media file ID.
|
String |
getFileType()
Get File types such as mp4, flv, etc.
|
String |
getFileUrl()
Get Media file playback address.
|
String |
getMediaName()
Get Output file name, up to 64 characters.
|
void |
setClassId(Long ClassId)
Set Classification ID is used to classify media.
|
void |
setExpireTime(String ExpireTime)
Set The expiration time of the output file.
|
void |
setFileId(String FileId)
Set Media file ID.
|
void |
setFileType(String FileType)
Set File types such as mp4, flv, etc.
|
void |
setFileUrl(String FileUrl)
Set Media file playback address.
|
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, toJsonString
public QualityEnhanceTaskOutput()
public QualityEnhanceTaskOutput(QualityEnhanceTaskOutput source)
public String getFileType()
public void setFileType(String FileType)
FileType
- File types such as mp4, flv, etc.public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- Media file playback address.public String getFileId()
public void setFileId(String FileId)
FileId
- Media file ID.public String getMediaName()
public void setMediaName(String MediaName)
MediaName
- Output file name, up to 64 characters. By default, the generated file name is specified by the system.public Long getClassId()
public void setClassId(Long ClassId)
ClassId
- Classification ID is used to classify media. You can create a classification through the [Create Classification](https://intl.cloud.tencent.com/document/product/266/7812?from_cn_redirect=1) interface to obtain the classification 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 permanent and not expired. The format is expressed in accordance with the ISO 8601 standard. For details, see [ISO Date Format Description](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).Copyright © 2024. All rights reserved.