public class VersionedControllerService extends VersionedComponent implements VersionedConfigurableComponent, VersionedExtensionComponent
| Modifier and Type | Field and Description |
|---|---|
private String |
annotationData |
private Bundle |
bundle |
private List<ControllerServiceAPI> |
controllerServiceApis |
private Map<String,String> |
properties |
private Map<String,VersionedPropertyDescriptor> |
propertyDescriptors |
private String |
type |
| Constructor and Description |
|---|
VersionedControllerService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationData() |
Bundle |
getBundle() |
ComponentType |
getComponentType() |
List<ControllerServiceAPI> |
getControllerServiceApis() |
Map<String,String> |
getProperties() |
Map<String,VersionedPropertyDescriptor> |
getPropertyDescriptors() |
String |
getType() |
void |
setAnnotationData(String annotationData) |
void |
setBundle(Bundle bundle) |
void |
setControllerServiceApis(List<ControllerServiceAPI> controllerServiceApis) |
void |
setProperties(Map<String,String> properties) |
void |
setPropertyDescriptors(Map<String,VersionedPropertyDescriptor> propertyDescriptors) |
void |
setType(String type) |
equals, getComments, getGroupIdentifier, getIdentifier, getName, getPosition, hashCode, setComments, setComponentType, setGroupIdentifier, setIdentifier, setName, setPositionprivate String type
private Bundle bundle
private List<ControllerServiceAPI> controllerServiceApis
private Map<String,VersionedPropertyDescriptor> propertyDescriptors
private String annotationData
public String getType()
getType in interface VersionedExtensionComponentpublic void setType(String type)
setType in interface VersionedExtensionComponentpublic Bundle getBundle()
getBundle in interface VersionedExtensionComponentpublic void setBundle(Bundle bundle)
setBundle in interface VersionedExtensionComponentpublic List<ControllerServiceAPI> getControllerServiceApis()
public void setControllerServiceApis(List<ControllerServiceAPI> controllerServiceApis)
public Map<String,String> getProperties()
getProperties in interface VersionedConfigurableComponentpublic void setProperties(Map<String,String> properties)
setProperties in interface VersionedConfigurableComponentpublic Map<String,VersionedPropertyDescriptor> getPropertyDescriptors()
getPropertyDescriptors in interface VersionedConfigurableComponentpublic void setPropertyDescriptors(Map<String,VersionedPropertyDescriptor> propertyDescriptors)
setPropertyDescriptors in interface VersionedConfigurableComponentpublic String getAnnotationData()
public void setAnnotationData(String annotationData)
public ComponentType getComponentType()
getComponentType in class VersionedComponentCopyright © 2022 Apache NiFi Project. All rights reserved.