Class VersionedFlowCoordinates

java.lang.Object
org.apache.nifi.flow.VersionedFlowCoordinates

public class VersionedFlowCoordinates extends Object
  • Field Details

    • registryId

      private String registryId
    • storageLocation

      private String storageLocation
    • bucketId

      private String bucketId
    • flowId

      private String flowId
    • version

      private int version
    • latest

      private Boolean latest
  • Constructor Details

    • VersionedFlowCoordinates

      public VersionedFlowCoordinates()
  • Method Details

    • getRegistryId

      public String getRegistryId()
    • setRegistryId

      public void setRegistryId(String registryId)
    • getStorageLocation

      public String getStorageLocation()
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
    • getBucketId

      public String getBucketId()
    • setBucketId

      public void setBucketId(String bucketId)
    • getFlowId

      public String getFlowId()
    • setFlowId

      public void setFlowId(String flowId)
    • getVersion

      public int getVersion()
    • setVersion

      public void setVersion(int version)
    • getLatest

      public Boolean getLatest()
    • setLatest

      public void setLatest(Boolean latest)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object