public class MediaWorkflowNode extends Object
| Constructor and Description |
|---|
MediaWorkflowNode() |
| Modifier and Type | Method and Description |
|---|---|
MediaWorkflowInput |
getInput() |
MediaOperation |
getOperation() |
String |
getType() |
void |
setInput(MediaWorkflowInput input) |
void |
setOperation(MediaOperation operation) |
void |
setType(String type) |
String |
toString() |
public String getType()
public void setType(String type)
public MediaOperation getOperation()
public void setOperation(MediaOperation operation)
public MediaWorkflowInput getInput()
public void setInput(MediaWorkflowInput input)
Copyright © 2023. All rights reserved.