Class VersionedFlowSnapshotEntity

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

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

    • versionedFlowSnapshot

      private RegisteredFlowSnapshot versionedFlowSnapshot
    • processGroupRevision

      private RevisionDTO processGroupRevision
    • registryId

      private String registryId
    • updateDescendantVersionedFlows

      private Boolean updateDescendantVersionedFlows
    • disconnectedNodeAcknowledged

      private Boolean disconnectedNodeAcknowledged
  • Constructor Details

    • VersionedFlowSnapshotEntity

      public VersionedFlowSnapshotEntity()
  • Method Details

    • versionedFlowSnapshot

      public VersionedFlowSnapshotEntity versionedFlowSnapshot(RegisteredFlowSnapshot versionedFlowSnapshot)
    • getVersionedFlowSnapshot

      public RegisteredFlowSnapshot getVersionedFlowSnapshot()
      Get versionedFlowSnapshot
      Returns:
      versionedFlowSnapshot
    • setVersionedFlowSnapshot

      public void setVersionedFlowSnapshot(RegisteredFlowSnapshot versionedFlowSnapshot)
    • processGroupRevision

      public VersionedFlowSnapshotEntity processGroupRevision(RevisionDTO processGroupRevision)
    • getProcessGroupRevision

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

      public void setProcessGroupRevision(RevisionDTO processGroupRevision)
    • registryId

      public VersionedFlowSnapshotEntity registryId(String registryId)
    • getRegistryId

      public String getRegistryId()
      The ID of the Registry that this flow belongs to
      Returns:
      registryId
    • setRegistryId

      public void setRegistryId(String registryId)
    • updateDescendantVersionedFlows

      public VersionedFlowSnapshotEntity updateDescendantVersionedFlows(Boolean updateDescendantVersionedFlows)
    • isUpdateDescendantVersionedFlows

      public Boolean isUpdateDescendantVersionedFlows()
      If the Process Group to be updated has a child or descendant Process Group that is also under Version Control, this specifies whether or not the contents of that child/descendant Process Group should be updated.
      Returns:
      updateDescendantVersionedFlows
    • setUpdateDescendantVersionedFlows

      public void setUpdateDescendantVersionedFlows(Boolean updateDescendantVersionedFlows)
    • disconnectedNodeAcknowledged

      public VersionedFlowSnapshotEntity 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)
    • 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).