public class EditMediaTaskOutput extends AbstractModel
Constructor and Description |
---|
EditMediaTaskOutput() |
EditMediaTaskOutput(EditMediaTaskOutput 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, 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 flv.
|
String |
getFileUrl()
Get Media file playback address.
|
String |
getMediaName()
Get Output filename of up to 64 characters, which is generated by the system by default.
|
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 flv.
|
void |
setFileUrl(String FileUrl)
Set Media file playback address.
|
void |
setMediaName(String MediaName)
Set Output filename of up to 64 characters, which is generated by the system by default.
|
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 EditMediaTaskOutput()
public EditMediaTaskOutput(EditMediaTaskOutput source)
public String getFileType()
public void setFileType(String FileType)
FileType
- File type, such as mp4 and flv.
Note: this field may return null, indicating that no valid values can be obtained.public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- Media file playback address.
Note: this field may return null, indicating that no valid values can be obtained.public String getFileId()
public void setFileId(String FileId)
FileId
- Media file ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getMediaName()
public void setMediaName(String MediaName)
MediaName
- Output filename of up to 64 characters, which is generated by the system by default.
Note: this field may return null, indicating that no valid values can be obtained.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).
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.