Class VersionedExternalFlowMetadata

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

public class VersionedExternalFlowMetadata extends Object
  • Field Details

    • bucketId

      private String bucketId
    • flowId

      private String flowId
    • version

      private int version
    • flowName

      private String flowName
    • author

      private String author
    • comments

      private String comments
    • timestamp

      private long timestamp
  • Constructor Details

    • VersionedExternalFlowMetadata

      public VersionedExternalFlowMetadata()
  • Method Details

    • getBucketIdentifier

      public String getBucketIdentifier()
    • setBucketIdentifier

      public void setBucketIdentifier(String bucketIdentifier)
    • getFlowIdentifier

      public String getFlowIdentifier()
    • setFlowIdentifier

      public void setFlowIdentifier(String flowId)
    • getVersion

      public int getVersion()
    • setVersion

      public void setVersion(int version)
    • getFlowName

      public String getFlowName()
    • setFlowName

      public void setFlowName(String flowName)
    • getAuthor

      public String getAuthor()
    • setAuthor

      public void setAuthor(String author)
    • getComments

      public String getComments()
    • setComments

      public void setComments(String comments)
    • getTimestamp

      public long getTimestamp()
    • setTimestamp

      public void setTimestamp(long timestamp)