public class BaseServiceOperation extends Object implements ServiceOperation
Modifier and Type | Field and Description |
---|---|
protected com.fasterxml.jackson.databind.JsonNode |
config |
protected String |
description |
protected List<ServiceInputParameter> |
inputParameters |
protected String |
key |
protected String |
name |
protected List<ServiceOutputParameter> |
outputParameters |
protected String |
outputType |
protected String |
type |
Constructor and Description |
---|
BaseServiceOperation() |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
getConfig() |
String |
getDescription() |
List<ServiceInputParameter> |
getInputParameters() |
String |
getKey() |
String |
getName() |
List<ServiceOutputParameter> |
getOutputParameters() |
String |
getOutputType() |
String |
getType() |
void |
setConfig(com.fasterxml.jackson.databind.JsonNode config) |
void |
setDescription(String description) |
void |
setInputParameters(List<ServiceInputParameter> inputParameters) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setOutputParameters(List<ServiceOutputParameter> outputParameters) |
void |
setOutputType(String outputType) |
void |
setType(String type) |
protected String key
protected String name
protected String type
protected String description
protected String outputType
protected com.fasterxml.jackson.databind.JsonNode config
protected List<ServiceInputParameter> inputParameters
protected List<ServiceOutputParameter> outputParameters
public String getKey()
getKey
in interface ServiceOperation
public void setKey(String key)
public String getName()
getName
in interface ServiceOperation
public void setName(String name)
public String getType()
getType
in interface ServiceOperation
ServiceOperationType
public void setType(String type)
public String getDescription()
getDescription
in interface ServiceOperation
public void setDescription(String description)
public String getOutputType()
getOutputType
in interface ServiceOperation
public void setOutputType(String outputType)
public com.fasterxml.jackson.databind.JsonNode getConfig()
getConfig
in interface ServiceOperation
public void setConfig(com.fasterxml.jackson.databind.JsonNode config)
public List<ServiceInputParameter> getInputParameters()
getInputParameters
in interface ServiceOperation
public void setInputParameters(List<ServiceInputParameter> inputParameters)
public List<ServiceOutputParameter> getOutputParameters()
getOutputParameters
in interface ServiceOperation
public void setOutputParameters(List<ServiceOutputParameter> outputParameters)