Class VersionControlComponentMappingEntity

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

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

    • versionControlComponentMapping

      private Map<String,String> versionControlComponentMapping
    • processGroupRevision

      private RevisionDTO processGroupRevision
    • disconnectedNodeAcknowledged

      private Boolean disconnectedNodeAcknowledged
    • versionControlInformation

      private VersionControlInformationDTO versionControlInformation
  • Constructor Details

    • VersionControlComponentMappingEntity

      public VersionControlComponentMappingEntity()
  • Method Details

    • versionControlComponentMapping

      public VersionControlComponentMappingEntity versionControlComponentMapping(Map<String,String> versionControlComponentMapping)
    • putVersionControlComponentMappingItem

      public VersionControlComponentMappingEntity putVersionControlComponentMappingItem(String key, String versionControlComponentMappingItem)
    • getVersionControlComponentMapping

      public Map<String,String> getVersionControlComponentMapping()
      The mapping of Versioned Component Identifiers to instance ID's
      Returns:
      versionControlComponentMapping
    • setVersionControlComponentMapping

      public void setVersionControlComponentMapping(Map<String,String> versionControlComponentMapping)
    • processGroupRevision

      public VersionControlComponentMappingEntity processGroupRevision(RevisionDTO processGroupRevision)
    • getProcessGroupRevision

      public RevisionDTO getProcessGroupRevision()
      Get processGroupRevision
      Returns:
      processGroupRevision
    • setProcessGroupRevision

      public void setProcessGroupRevision(RevisionDTO processGroupRevision)
    • disconnectedNodeAcknowledged

      public VersionControlComponentMappingEntity disconnectedNodeAcknowledged(Boolean disconnectedNodeAcknowledged)
    • isDisconnectedNodeAcknowledged

      public Boolean isDisconnectedNodeAcknowledged()
      Acknowledges that this node is disconnected to allow for mutable requests to proceed.
      Returns:
      disconnectedNodeAcknowledged
    • setDisconnectedNodeAcknowledged

      public void setDisconnectedNodeAcknowledged(Boolean disconnectedNodeAcknowledged)
    • versionControlInformation

      public VersionControlComponentMappingEntity versionControlInformation(VersionControlInformationDTO versionControlInformation)
    • getVersionControlInformation

      public VersionControlInformationDTO getVersionControlInformation()
      Get versionControlInformation
      Returns:
      versionControlInformation
    • setVersionControlInformation

      public void setVersionControlInformation(VersionControlInformationDTO versionControlInformation)
    • 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).