Class VersionControlInformationDTO

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

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

  • Constructor Details

    • VersionControlInformationDTO

      public VersionControlInformationDTO()
  • Method Details

    • groupId

      public VersionControlInformationDTO groupId(String groupId)
    • getGroupId

      public String getGroupId()
      The ID of the Process Group that is under version control
      Returns:
      groupId
    • setGroupId

      public void setGroupId(String groupId)
    • registryId

      public VersionControlInformationDTO registryId(String registryId)
    • getRegistryId

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

      public void setRegistryId(String registryId)
    • getRegistryName

      public String getRegistryName()
      The name of the registry that the flow is stored in
      Returns:
      registryName
    • bucketId

      public VersionControlInformationDTO bucketId(String bucketId)
    • getBucketId

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

      public void setBucketId(String bucketId)
    • getBucketName

      public String getBucketName()
      The name of the bucket that the flow is stored in
      Returns:
      bucketName
    • flowId

      public VersionControlInformationDTO flowId(String flowId)
    • getFlowId

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

      public void setFlowId(String flowId)
    • flowName

      public VersionControlInformationDTO flowName(String flowName)
    • getFlowName

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

      public void setFlowName(String flowName)
    • flowDescription

      public VersionControlInformationDTO flowDescription(String flowDescription)
    • getFlowDescription

      public String getFlowDescription()
      The description of the flow
      Returns:
      flowDescription
    • setFlowDescription

      public void setFlowDescription(String flowDescription)
    • version

      public VersionControlInformationDTO version(Integer version)
    • getVersion

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

      public void setVersion(Integer version)
    • storageLocation

      public VersionControlInformationDTO storageLocation(String storageLocation)
    • getStorageLocation

      public String getStorageLocation()
      The storage location
      Returns:
      storageLocation
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
    • getState

      The current state of the Process Group, as it relates to the Versioned Flow
      Returns:
      state
    • getStateExplanation

      public String getStateExplanation()
      Explanation of why the group is in the specified state
      Returns:
      stateExplanation
    • 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).