public class RemoveWaterMarkTaskOutput extends AbstractModel
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 of the video.
|
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 of the video.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RemoveWaterMarkTaskOutput()
public RemoveWaterMarkTaskOutput(RemoveWaterMarkTaskOutput source)
public String getFileId()
public void setFileId(String FileId)
FileId
- The file ID of the video.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 © 2023. All rights reserved.