public class VersionedParameterContext extends VersionedComponent
Modifier and Type | Field and Description |
---|---|
private String |
description |
private List<String> |
inheritedParameterContexts |
private Set<VersionedParameter> |
parameters |
Constructor and Description |
---|
VersionedParameterContext() |
Modifier and Type | Method and Description |
---|---|
ComponentType |
getComponentType() |
String |
getDescription() |
List<String> |
getInheritedParameterContexts() |
Set<VersionedParameter> |
getParameters() |
void |
setDescription(String description) |
void |
setInheritedParameterContexts(List<String> parameterContextNames) |
void |
setParameters(Set<VersionedParameter> parameters) |
equals, getComments, getGroupIdentifier, getIdentifier, getInstanceIdentifier, getName, getPosition, hashCode, setComments, setComponentType, setGroupIdentifier, setIdentifier, setInstanceIdentifier, setName, setPosition
private Set<VersionedParameter> parameters
private String description
public String getDescription()
public void setDescription(String description)
public Set<VersionedParameter> getParameters()
public void setParameters(Set<VersionedParameter> parameters)
public void setInheritedParameterContexts(List<String> parameterContextNames)
public ComponentType getComponentType()
getComponentType
in class VersionedComponent
Copyright © 2022 Apache NiFi Project. All rights reserved.