public class StandardVersionedFlowStatus extends Object implements VersionedFlowStatus
| Modifier and Type | Field and Description |
|---|---|
private String |
explanation |
private VersionedFlowState |
state |
| Constructor and Description |
|---|
StandardVersionedFlowStatus(VersionedFlowState state,
String explanation) |
| Modifier and Type | Method and Description |
|---|---|
VersionedFlowState |
getState() |
String |
getStateExplanation() |
private final VersionedFlowState state
private final String explanation
public StandardVersionedFlowStatus(VersionedFlowState state, String explanation)
public VersionedFlowState getState()
getState in interface VersionedFlowStatuspublic String getStateExplanation()
getStateExplanation in interface VersionedFlowStatusCopyright © 2021 Apache NiFi Project. All rights reserved.