Class ComposeMediaTaskOutput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vod.v20180717.models.ComposeMediaTaskOutput
-
public class ComposeMediaTaskOutput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ComposeMediaTaskOutput()
ComposeMediaTaskOutput(ComposeMediaTaskOutput 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getClassId()
Get 分类ID,用于对媒体进行分类管理,可通过 [创建分类](/document/product/266/7812) 接口,创建分类,获得分类 ID。 默认值:0,表示其他分类。String
getExpireTime()
Get 输出文件的过期时间,超过该时间文件将被删除,默认为永久不过期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。String
getFileId()
Get 媒体文件 ID。String
getFileType()
Get 文件类型,例如 mp4、mp3 等。String
getFileUrl()
Get 媒体文件播放地址。String
getMediaName()
Get 文件名称,最长 64 个字符。void
setClassId(Long ClassId)
Set 分类ID,用于对媒体进行分类管理,可通过 [创建分类](/document/product/266/7812) 接口,创建分类,获得分类 ID。 默认值:0,表示其他分类。void
setExpireTime(String ExpireTime)
Set 输出文件的过期时间,超过该时间文件将被删除,默认为永久不过期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。void
setFileId(String FileId)
Set 媒体文件 ID。void
setFileType(String FileType)
Set 文件类型,例如 mp4、mp3 等。void
setFileUrl(String FileUrl)
Set 媒体文件播放地址。void
setMediaName(String MediaName)
Set 文件名称,最长 64 个字符。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ComposeMediaTaskOutput
public ComposeMediaTaskOutput()
-
ComposeMediaTaskOutput
public ComposeMediaTaskOutput(ComposeMediaTaskOutput 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.
-
-
Method Detail
-
getFileType
public String getFileType()
Get 文件类型,例如 mp4、mp3 等。- Returns:
- FileType 文件类型,例如 mp4、mp3 等。
-
setFileType
public void setFileType(String FileType)
Set 文件类型,例如 mp4、mp3 等。- Parameters:
FileType
- 文件类型,例如 mp4、mp3 等。
-
getFileId
public String getFileId()
Get 媒体文件 ID。- Returns:
- FileId 媒体文件 ID。
-
setFileId
public void setFileId(String FileId)
Set 媒体文件 ID。- Parameters:
FileId
- 媒体文件 ID。
-
getFileUrl
public String getFileUrl()
Get 媒体文件播放地址。- Returns:
- FileUrl 媒体文件播放地址。
-
setFileUrl
public void setFileUrl(String FileUrl)
Set 媒体文件播放地址。- Parameters:
FileUrl
- 媒体文件播放地址。
-
getMediaName
public String getMediaName()
Get 文件名称,最长 64 个字符。- Returns:
- MediaName 文件名称,最长 64 个字符。
-
setMediaName
public void setMediaName(String MediaName)
Set 文件名称,最长 64 个字符。- Parameters:
MediaName
- 文件名称,最长 64 个字符。
-
getClassId
public Long getClassId()
Get 分类ID,用于对媒体进行分类管理,可通过 [创建分类](/document/product/266/7812) 接口,创建分类,获得分类 ID。- 默认值:0,表示其他分类。
- Returns:
- ClassId 分类ID,用于对媒体进行分类管理,可通过 [创建分类](/document/product/266/7812) 接口,创建分类,获得分类 ID。
- 默认值:0,表示其他分类。
-
setClassId
public void setClassId(Long ClassId)
Set 分类ID,用于对媒体进行分类管理,可通过 [创建分类](/document/product/266/7812) 接口,创建分类,获得分类 ID。- 默认值:0,表示其他分类。
- Parameters:
ClassId
- 分类ID,用于对媒体进行分类管理,可通过 [创建分类](/document/product/266/7812) 接口,创建分类,获得分类 ID。- 默认值:0,表示其他分类。
-
getExpireTime
public String getExpireTime()
Get 输出文件的过期时间,超过该时间文件将被删除,默认为永久不过期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。- Returns:
- ExpireTime 输出文件的过期时间,超过该时间文件将被删除,默认为永久不过期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
-
setExpireTime
public void setExpireTime(String ExpireTime)
Set 输出文件的过期时间,超过该时间文件将被删除,默认为永久不过期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。- Parameters:
ExpireTime
- 输出文件的过期时间,超过该时间文件将被删除,默认为永久不过期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
-
-