public class RebuildMediaTaskOutput extends AbstractModel
header, skipSign| Constructor and Description |
|---|
RebuildMediaTaskOutput() |
RebuildMediaTaskOutput(RebuildMediaTaskOutput 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 The ID of the file’s category.
|
String |
getExpireTime()
Get The expiration time of the output file, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).
|
String |
getFileId()
Get The file ID.
|
String |
getFileType()
Get The file type, such as MP4 and FLV.
|
String |
getFileUrl()
Get The playback URL of the output file.
|
String |
getMediaName()
Get The filename.
|
void |
setClassId(Long ClassId)
Set The ID of the file’s category.
|
void |
setExpireTime(String ExpireTime)
Set The expiration time of the output file, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).
|
void |
setFileId(String FileId)
Set The file ID.
|
void |
setFileType(String FileType)
Set The file type, such as MP4 and FLV.
|
void |
setFileUrl(String FileUrl)
Set The playback URL of the output file.
|
void |
setMediaName(String MediaName)
Set The filename.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RebuildMediaTaskOutput()
public RebuildMediaTaskOutput(RebuildMediaTaskOutput source)
public String getFileType()
public void setFileType(String FileType)
FileType - The file type, such as MP4 and FLV.public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl - The playback URL of the output file.public String getFileId()
public void setFileId(String FileId)
FileId - The file ID.public String getMediaName()
public void setMediaName(String MediaName)
MediaName - The filename. This parameter can contain up to 64 characters, and will be generated by the system if it is left empty.public Long getClassId()
public void setClassId(Long ClassId)
ClassId - The ID of the file’s category. You can use the [CreateClass](https://intl.cloud.tencent.com/document/product/266/7812?from_cn_redirect=1) API to create a category and get the category ID.
public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - The expiration time of the output file, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=). The file will be deleted after the specified expiration time. By default, the file will never expire.Copyright © 2025. All rights reserved.