Class VersionedFlowDTO

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

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

  • Constructor Details

    • VersionedFlowDTO

      public VersionedFlowDTO()
  • Method Details

    • registryId

      public VersionedFlowDTO registryId(String registryId)
    • getRegistryId

      public String getRegistryId()
      The ID of the registry that the flow is tracked to
      Returns:
      registryId
    • setRegistryId

      public void setRegistryId(String registryId)
    • bucketId

      public VersionedFlowDTO bucketId(String bucketId)
    • getBucketId

      public String getBucketId()
      The ID of the bucket where the flow is stored
      Returns:
      bucketId
    • setBucketId

      public void setBucketId(String bucketId)
    • flowId

      public VersionedFlowDTO flowId(String flowId)
    • getFlowId

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

      public void setFlowId(String flowId)
    • flowName

      public VersionedFlowDTO flowName(String flowName)
    • getFlowName

      public String getFlowName()
      The name of the flow
      Returns:
      flowName
    • setFlowName

      public void setFlowName(String flowName)
    • description

      public VersionedFlowDTO description(String description)
    • getDescription

      public String getDescription()
      A description of the flow
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • comments

      public VersionedFlowDTO comments(String comments)
    • getComments

      public String getComments()
      Comments for the changeset
      Returns:
      comments
    • setComments

      public void setComments(String comments)
    • action

    • getAction

      public VersionedFlowDTO.ActionEnum getAction()
      The action being performed
      Returns:
      action
    • setAction

      public void setAction(VersionedFlowDTO.ActionEnum action)
    • 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).