public class ParameterContextUpdateRequestDTO extends AsynchronousRequestDTO<ParameterContextUpdateStepDTO>
| Modifier and Type | Field and Description |
|---|---|
private ParameterContextDTO |
parameterContext |
private Set<AffectedComponentEntity> |
referencingComponents |
| Constructor and Description |
|---|
ParameterContextUpdateRequestDTO() |
| Modifier and Type | Method and Description |
|---|---|
ParameterContextDTO |
getParameterContext() |
Set<AffectedComponentEntity> |
getReferencingComponents() |
void |
setParameterContext(ParameterContextDTO parameterContext) |
void |
setReferencingComponents(Set<AffectedComponentEntity> referencingComponents) |
getFailureReason, getLastUpdated, getPercentCompleted, getRequestId, getState, getSubmissionTime, getUpdateSteps, getUri, isComplete, setComplete, setFailureReason, setLastUpdated, setPercentCompleted, setRequestId, setState, setSubmissionTime, setUpdateSteps, setUriprivate ParameterContextDTO parameterContext
private Set<AffectedComponentEntity> referencingComponents
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.