public class VersionControlInformationDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
ALLOWABLE_STATES |
private String |
bucketId |
private String |
bucketName |
private String |
flowDescription |
private String |
flowId |
private String |
flowName |
private String |
groupId |
static String |
LOCALLY_MODIFIED |
static String |
LOCALLY_MODIFIED_AND_STALE |
private String |
registryId |
private String |
registryName |
static String |
STALE |
private String |
state |
private String |
stateExplanation |
private String |
storageLocation |
static String |
SYNC_FAILURE |
static String |
UP_TO_DATE |
private Integer |
version |
| Constructor and Description |
|---|
VersionControlInformationDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketId() |
String |
getBucketName() |
String |
getFlowDescription() |
String |
getFlowId() |
String |
getFlowName() |
String |
getGroupId() |
String |
getRegistryId() |
String |
getRegistryName() |
String |
getState() |
String |
getStateExplanation() |
String |
getStorageLocation() |
Integer |
getVersion() |
void |
setBucketId(String bucketId) |
void |
setBucketName(String bucketName) |
void |
setFlowDescription(String flowDescription) |
void |
setFlowId(String flowId) |
void |
setFlowName(String flowName) |
void |
setGroupId(String groupId) |
void |
setRegistryId(String registryId) |
void |
setRegistryName(String registryName) |
void |
setState(String state) |
void |
setStateExplanation(String explanation) |
void |
setStorageLocation(String storageLocation) |
void |
setVersion(Integer version) |
public static final String LOCALLY_MODIFIED
public static final String STALE
public static final String LOCALLY_MODIFIED_AND_STALE
public static final String UP_TO_DATE
public static final String SYNC_FAILURE
private static final String ALLOWABLE_STATES
private String groupId
private String registryId
private String registryName
private String bucketId
private String bucketName
private String flowId
private String flowName
private String flowDescription
private Integer version
private String storageLocation
private String state
private String stateExplanation
public String getGroupId()
public void setGroupId(String groupId)
public String getRegistryId()
public void setRegistryId(String registryId)
public String getRegistryName()
public void setRegistryName(String registryName)
public String getBucketId()
public void setBucketId(String bucketId)
public String getBucketName()
public void setBucketName(String bucketName)
public String getFlowId()
public void setFlowId(String flowId)
public String getFlowName()
public void setFlowName(String flowName)
public String getFlowDescription()
public void setFlowDescription(String flowDescription)
public Integer getVersion()
public void setVersion(Integer version)
public String getStorageLocation()
public void setStorageLocation(String storageLocation)
public String getState()
public void setState(String state)
public String getStateExplanation()
public void setStateExplanation(String explanation)
Copyright © 2023 Apache NiFi Project. All rights reserved.