public class ParameterContextUpdateEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private ParameterContextDTO |
parameterContext |
private RevisionDTO |
parameterContextRevision |
private Set<AffectedComponentEntity> |
referencingComponents |
| Constructor and Description |
|---|
ParameterContextUpdateEntity() |
| Modifier and Type | Method and Description |
|---|---|
ParameterContextDTO |
getParameterContext() |
RevisionDTO |
getParameterContextRevision() |
Set<AffectedComponentEntity> |
getReferencingComponents() |
void |
setParameterContext(ParameterContextDTO parameterContext) |
void |
setParameterContextRevision(RevisionDTO parameterContextRevision) |
void |
setReferencingComponents(Set<AffectedComponentEntity> referencingComponents) |
private RevisionDTO parameterContextRevision
private ParameterContextDTO parameterContext
private Set<AffectedComponentEntity> referencingComponents
public RevisionDTO getParameterContextRevision()
public void setParameterContextRevision(RevisionDTO parameterContextRevision)
public ParameterContextDTO getParameterContext()
public void setParameterContext(ParameterContextDTO parameterContext)
public Set<AffectedComponentEntity> getReferencingComponents()
public void setReferencingComponents(Set<AffectedComponentEntity> referencingComponents)
Copyright © 2023 Apache NiFi Project. All rights reserved.