public class RemoveWaterMarkTaskOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
RemoveWaterMarkTaskOutput() |
RemoveWaterMarkTaskOutput(RemoveWaterMarkTaskOutput 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 |
---|---|
String |
getFileId()
Get The file ID.
|
String |
getFileType()
Get The file type, such as MP4 or MP3.
|
String |
getFileUrl()
Get The playback URL of the output file.
|
String |
getMediaName()
Get The filename, which can be up to 64 characters long.
|
MediaMetaData |
getMetaData()
Get The metadata of the video, including size, duration, video stream information, and audio stream information.
|
void |
setFileId(String FileId)
Set The file ID.
|
void |
setFileType(String FileType)
Set The file type, such as MP4 or MP3.
|
void |
setFileUrl(String FileUrl)
Set The playback URL of the output file.
|
void |
setMediaName(String MediaName)
Set The filename, which can be up to 64 characters long.
|
void |
setMetaData(MediaMetaData MetaData)
Set The metadata of the video, including size, duration, video stream information, and audio stream information.
|
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 RemoveWaterMarkTaskOutput()
public RemoveWaterMarkTaskOutput(RemoveWaterMarkTaskOutput source)
public String getFileId()
public void setFileId(String FileId)
FileId
- The file ID.public String getFileType()
public void setFileType(String FileType)
FileType
- The file type, such as MP4 or MP3.public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- The playback URL of the output file.public String getMediaName()
public void setMediaName(String MediaName)
MediaName
- The filename, which can be up to 64 characters long.public MediaMetaData getMetaData()
public void setMetaData(MediaMetaData MetaData)
MetaData
- The metadata of the video, including size, duration, video stream information, and audio stream information.Copyright © 2024. All rights reserved.