public class ComposeMediaTaskOutput extends AbstractModel
Constructor and Description |
---|
ComposeMediaTaskOutput() |
Modifier and Type | Method and Description |
---|---|
Long |
getClassId()
Get Category ID, which is used to categorize the media for management.
|
String |
getExpireTime()
Get Expiration time of output media file in ISO 8601 format, after which the file will be deleted.
|
String |
getFileId()
Get Media file ID.
|
String |
getFileType()
Get File type, such as mp4 and mp3.
|
String |
getFileUrl()
Get Media file playback address.
|
String |
getMediaName()
Get Filename of up to 64 characters.
|
void |
setClassId(Long ClassId)
Set Category ID, which is used to categorize the media for management.
|
void |
setExpireTime(String ExpireTime)
Set Expiration time of output media file in ISO 8601 format, after which the file will be deleted.
|
void |
setFileId(String FileId)
Set Media file ID.
|
void |
setFileType(String FileType)
Set File type, such as mp4 and mp3.
|
void |
setFileUrl(String FileUrl)
Set Media file playback address.
|
void |
setMediaName(String MediaName)
Set Filename of up to 64 characters.
|
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 String getFileType()
public void setFileType(String FileType)
FileType
- File type, such as mp4 and mp3.public String getFileId()
public void setFileId(String FileId)
FileId
- Media file ID.public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- Media file playback address.public String getMediaName()
public void setMediaName(String MediaName)
MediaName
- Filename of up to 64 characters.public Long getClassId()
public void setClassId(Long ClassId)
ClassId
- Category ID, which is used to categorize the media for management. A category can be created and its ID can be obtained by using the [category creating](https://intl.cloud.tencent.com/document/product/266/7812?from_cn_redirect=1) API.
public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Expiration time of output media file in ISO 8601 format, after which the file will be deleted. Files will never expire by default. For more information, please see [Notes on ISO Date Format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).Copyright © 2020. All rights reserved.