Class VersionedFlowCoordinates

java.lang.Object
org.apache.nifi.api.toolkit.model.VersionedFlowCoordinates

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]") public class VersionedFlowCoordinates extends Object
VersionedFlowCoordinates
  • Field Details

    • registryId

      private String registryId
    • storageLocation

      private String storageLocation
    • bucketId

      private String bucketId
    • flowId

      private String flowId
    • version

      private Integer version
    • latest

      private Boolean latest
  • Constructor Details

    • VersionedFlowCoordinates

      public VersionedFlowCoordinates()
  • Method Details

    • registryId

      public VersionedFlowCoordinates registryId(String registryId)
    • getRegistryId

      public String getRegistryId()
      The identifier of the Flow Registry that contains the flow
      Returns:
      registryId
    • setRegistryId

      public void setRegistryId(String registryId)
    • storageLocation

      public VersionedFlowCoordinates storageLocation(String storageLocation)
    • getStorageLocation

      public String getStorageLocation()
      The location of the Flow Registry that stores the flow
      Returns:
      storageLocation
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
    • bucketId

      public VersionedFlowCoordinates bucketId(String bucketId)
    • getBucketId

      public String getBucketId()
      The UUID of the bucket that the flow resides in
      Returns:
      bucketId
    • setBucketId

      public void setBucketId(String bucketId)
    • flowId

      public VersionedFlowCoordinates flowId(String flowId)
    • getFlowId

      public String getFlowId()
      The UUID of the flow
      Returns:
      flowId
    • setFlowId

      public void setFlowId(String flowId)
    • version

      public VersionedFlowCoordinates version(Integer version)
    • getVersion

      public Integer getVersion()
      The version of the flow
      Returns:
      version
    • setVersion

      public void setVersion(Integer version)
    • latest

      public VersionedFlowCoordinates latest(Boolean latest)
    • isLatest

      public Boolean isLatest()
      Whether or not these coordinates point to the latest version of the flow
      Returns:
      latest
    • setLatest

      public void setLatest(Boolean latest)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).