public class StandardVersionControlInformation extends Object implements VersionControlInformation
| Modifier and Type | Class and Description |
|---|---|
static class |
StandardVersionControlInformation.Builder |
| Modifier and Type | Field and Description |
|---|---|
private String |
bucketIdentifier |
private String |
bucketName |
private String |
flowDescription |
private String |
flowIdentifier |
private String |
flowName |
private VersionedProcessGroup |
flowSnapshot |
private String |
registryIdentifier |
private String |
registryName |
private VersionedFlowStatus |
status |
private int |
version |
| Constructor and Description |
|---|
StandardVersionControlInformation(String registryId,
String registryName,
String bucketId,
String flowId,
int version,
VersionedProcessGroup snapshot,
VersionedFlowStatus status) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketIdentifier() |
String |
getBucketName() |
String |
getFlowDescription() |
String |
getFlowIdentifier() |
String |
getFlowName() |
VersionedProcessGroup |
getFlowSnapshot() |
String |
getRegistryIdentifier() |
String |
getRegistryName() |
VersionedFlowStatus |
getStatus() |
int |
getVersion() |
void |
setBucketName(String bucketName) |
void |
setFlowDescription(String flowDescription) |
void |
setFlowName(String flowName) |
void |
setFlowSnapshot(VersionedProcessGroup flowSnapshot) |
void |
setRegistryName(String registryName) |
private final String registryIdentifier
private volatile String registryName
private final String bucketIdentifier
private volatile String bucketName
private final String flowIdentifier
private volatile String flowName
private volatile String flowDescription
private final int version
private volatile VersionedProcessGroup flowSnapshot
private final VersionedFlowStatus status
public StandardVersionControlInformation(String registryId, String registryName, String bucketId, String flowId, int version, VersionedProcessGroup snapshot, VersionedFlowStatus status)
public String getRegistryIdentifier()
getRegistryIdentifier in interface VersionControlInformationpublic String getRegistryName()
getRegistryName in interface VersionControlInformationpublic void setRegistryName(String registryName)
public String getBucketIdentifier()
getBucketIdentifier in interface VersionControlInformationpublic String getBucketName()
getBucketName in interface VersionControlInformationpublic void setBucketName(String bucketName)
public String getFlowIdentifier()
getFlowIdentifier in interface VersionControlInformationpublic void setFlowName(String flowName)
public String getFlowName()
getFlowName in interface VersionControlInformationpublic void setFlowDescription(String flowDescription)
public String getFlowDescription()
getFlowDescription in interface VersionControlInformationpublic int getVersion()
getVersion in interface VersionControlInformationpublic VersionedProcessGroup getFlowSnapshot()
getFlowSnapshot in interface VersionControlInformationpublic void setFlowSnapshot(VersionedProcessGroup flowSnapshot)
public VersionedFlowStatus getStatus()
getStatus in interface VersionControlInformationCopyright © 2021 Apache NiFi Project. All rights reserved.