public class EditMediaTaskOutput extends AbstractModel
Constructor and Description |
---|
EditMediaTaskOutput() |
Modifier and Type | Method and Description |
---|---|
TaskOutputStorage |
getOutputStorage()
Get Target storage of edited file.
|
String |
getPath()
Get Path of edited video file.
|
void |
setOutputStorage(TaskOutputStorage OutputStorage)
Set Target storage of edited file.
|
void |
setPath(String Path)
Set Path of edited video file.
|
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 TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- Target storage of edited file.public String getPath()
public void setPath(String Path)
Path
- Path of edited video file.Copyright © 2021. All rights reserved.