public abstract class BaseProcessorMeta extends Object implements ProcessorMeta
| Constructor and Description |
|---|
BaseProcessorMeta() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getDescription() |
Map<String,Object> |
getFeatures() |
String |
getLabel() |
String |
getName() |
Integer |
getVersion() |
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setFeatures(Map<String,Object> features) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setVersion(Integer version) |
BaseProcessorMeta |
withCategory(String category) |
BaseProcessorMeta |
withDescription(String description) |
BaseProcessorMeta |
withFeature(String name,
Object value) |
BaseProcessorMeta |
withFeatures(Map<String,Object> features) |
BaseProcessorMeta |
withLabel(String label) |
BaseProcessorMeta |
withName(String name) |
BaseProcessorMeta |
withVersion(Integer version) |
public String getName()
getName in interface Descriptivepublic void setName(String name)
setName in interface Descriptivepublic void setLabel(String label)
setLabel in interface Descriptivepublic String getLabel()
getLabel in interface Descriptivepublic String getDescription()
getDescription in interface Descriptivepublic void setDescription(String description)
setDescription in interface Descriptivepublic Integer getVersion()
getVersion in interface HasVersionpublic void setVersion(Integer version)
setVersion in interface HasVersionpublic Map<String,Object> getFeatures()
getFeatures in interface ProcessorMetapublic void setFeatures(Map<String,Object> features)
setFeatures in interface ProcessorMetapublic String getCategory()
getCategory in interface ProcessorMetapublic void setCategory(String category)
setCategory in interface ProcessorMetapublic BaseProcessorMeta withName(String name)
public BaseProcessorMeta withLabel(String label)
public BaseProcessorMeta withDescription(String description)
public BaseProcessorMeta withVersion(Integer version)
public BaseProcessorMeta withFeatures(Map<String,Object> features)
public BaseProcessorMeta withFeature(String name, Object value)
public BaseProcessorMeta withCategory(String category)
Copyright © 2016–2019 Softelnet. All rights reserved.