public class RebuildMediaOutputConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
RebuildMediaOutputConfig() |
RebuildMediaOutputConfig(RebuildMediaOutputConfig 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://www.tencentcloud.com/document/product/266/11732?lang=en&pg=).
|
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://www.tencentcloud.com/document/product/266/11732?lang=en&pg=).
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RebuildMediaOutputConfig()
public RebuildMediaOutputConfig(RebuildMediaOutputConfig source)
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://www.tencentcloud.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 © 2024. All rights reserved.