Class ProcessGroupEntity

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

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

  • Constructor Details

    • ProcessGroupEntity

      public ProcessGroupEntity()
  • Method Details

    • revision

      public ProcessGroupEntity revision(RevisionDTO revision)
    • getRevision

      public RevisionDTO getRevision()
      Get revision
      Returns:
      revision
    • setRevision

      public void setRevision(RevisionDTO revision)
    • id

      public ProcessGroupEntity id(String id)
    • getId

      public String getId()
      The id of the component.
      Returns:
      id
    • setId

      public void setId(String id)
    • uri

      public ProcessGroupEntity uri(String uri)
    • getUri

      public String getUri()
      The URI for futures requests to the component.
      Returns:
      uri
    • setUri

      public void setUri(String uri)
    • position

      public ProcessGroupEntity position(PositionDTO position)
    • getPosition

      public PositionDTO getPosition()
      Get position
      Returns:
      position
    • setPosition

      public void setPosition(PositionDTO position)
    • permissions

      public ProcessGroupEntity permissions(PermissionsDTO permissions)
    • getPermissions

      public PermissionsDTO getPermissions()
      Get permissions
      Returns:
      permissions
    • setPermissions

      public void setPermissions(PermissionsDTO permissions)
    • bulletins

      public ProcessGroupEntity bulletins(List<BulletinEntity> bulletins)
    • addBulletinsItem

      public ProcessGroupEntity addBulletinsItem(BulletinEntity bulletinsItem)
    • getBulletins

      public List<BulletinEntity> getBulletins()
      The bulletins for this component.
      Returns:
      bulletins
    • setBulletins

      public void setBulletins(List<BulletinEntity> bulletins)
    • disconnectedNodeAcknowledged

      public ProcessGroupEntity 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)
    • component

      public ProcessGroupEntity component(ProcessGroupDTO component)
    • getComponent

      public ProcessGroupDTO getComponent()
      Get component
      Returns:
      component
    • setComponent

      public void setComponent(ProcessGroupDTO component)
    • status

      public ProcessGroupEntity status(ProcessGroupStatusDTO status)
    • getStatus

      public ProcessGroupStatusDTO getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(ProcessGroupStatusDTO status)
    • versionedFlowSnapshot

      public ProcessGroupEntity versionedFlowSnapshot(RegisteredFlowSnapshot versionedFlowSnapshot)
    • getVersionedFlowSnapshot

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

      public void setVersionedFlowSnapshot(RegisteredFlowSnapshot versionedFlowSnapshot)
    • runningCount

      public ProcessGroupEntity runningCount(Integer runningCount)
    • getRunningCount

      public Integer getRunningCount()
      The number of running components in this process group.
      Returns:
      runningCount
    • setRunningCount

      public void setRunningCount(Integer runningCount)
    • stoppedCount

      public ProcessGroupEntity stoppedCount(Integer stoppedCount)
    • getStoppedCount

      public Integer getStoppedCount()
      The number of stopped components in the process group.
      Returns:
      stoppedCount
    • setStoppedCount

      public void setStoppedCount(Integer stoppedCount)
    • invalidCount

      public ProcessGroupEntity invalidCount(Integer invalidCount)
    • getInvalidCount

      public Integer getInvalidCount()
      The number of invalid components in the process group.
      Returns:
      invalidCount
    • setInvalidCount

      public void setInvalidCount(Integer invalidCount)
    • disabledCount

      public ProcessGroupEntity disabledCount(Integer disabledCount)
    • getDisabledCount

      public Integer getDisabledCount()
      The number of disabled components in the process group.
      Returns:
      disabledCount
    • setDisabledCount

      public void setDisabledCount(Integer disabledCount)
    • activeRemotePortCount

      public ProcessGroupEntity activeRemotePortCount(Integer activeRemotePortCount)
    • getActiveRemotePortCount

      public Integer getActiveRemotePortCount()
      The number of active remote ports in the process group.
      Returns:
      activeRemotePortCount
    • setActiveRemotePortCount

      public void setActiveRemotePortCount(Integer activeRemotePortCount)
    • inactiveRemotePortCount

      public ProcessGroupEntity inactiveRemotePortCount(Integer inactiveRemotePortCount)
    • getInactiveRemotePortCount

      public Integer getInactiveRemotePortCount()
      The number of inactive remote ports in the process group.
      Returns:
      inactiveRemotePortCount
    • setInactiveRemotePortCount

      public void setInactiveRemotePortCount(Integer inactiveRemotePortCount)
    • getVersionedFlowState

      public ProcessGroupEntity.VersionedFlowStateEnum getVersionedFlowState()
      The current state of the Process Group, as it relates to the Versioned Flow
      Returns:
      versionedFlowState
    • upToDateCount

      public ProcessGroupEntity upToDateCount(Integer upToDateCount)
    • getUpToDateCount

      public Integer getUpToDateCount()
      The number of up to date versioned process groups in the process group.
      Returns:
      upToDateCount
    • setUpToDateCount

      public void setUpToDateCount(Integer upToDateCount)
    • locallyModifiedCount

      public ProcessGroupEntity locallyModifiedCount(Integer locallyModifiedCount)
    • getLocallyModifiedCount

      public Integer getLocallyModifiedCount()
      The number of locally modified versioned process groups in the process group.
      Returns:
      locallyModifiedCount
    • setLocallyModifiedCount

      public void setLocallyModifiedCount(Integer locallyModifiedCount)
    • staleCount

      public ProcessGroupEntity staleCount(Integer staleCount)
    • getStaleCount

      public Integer getStaleCount()
      The number of stale versioned process groups in the process group.
      Returns:
      staleCount
    • setStaleCount

      public void setStaleCount(Integer staleCount)
    • locallyModifiedAndStaleCount

      public ProcessGroupEntity locallyModifiedAndStaleCount(Integer locallyModifiedAndStaleCount)
    • getLocallyModifiedAndStaleCount

      public Integer getLocallyModifiedAndStaleCount()
      The number of locally modified and stale versioned process groups in the process group.
      Returns:
      locallyModifiedAndStaleCount
    • setLocallyModifiedAndStaleCount

      public void setLocallyModifiedAndStaleCount(Integer locallyModifiedAndStaleCount)
    • syncFailureCount

      public ProcessGroupEntity syncFailureCount(Integer syncFailureCount)
    • getSyncFailureCount

      public Integer getSyncFailureCount()
      The number of versioned process groups in the process group that are unable to sync to a registry.
      Returns:
      syncFailureCount
    • setSyncFailureCount

      public void setSyncFailureCount(Integer syncFailureCount)
    • localInputPortCount

      public ProcessGroupEntity localInputPortCount(Integer localInputPortCount)
    • getLocalInputPortCount

      public Integer getLocalInputPortCount()
      The number of local input ports in the process group.
      Returns:
      localInputPortCount
    • setLocalInputPortCount

      public void setLocalInputPortCount(Integer localInputPortCount)
    • localOutputPortCount

      public ProcessGroupEntity localOutputPortCount(Integer localOutputPortCount)
    • getLocalOutputPortCount

      public Integer getLocalOutputPortCount()
      The number of local output ports in the process group.
      Returns:
      localOutputPortCount
    • setLocalOutputPortCount

      public void setLocalOutputPortCount(Integer localOutputPortCount)
    • publicInputPortCount

      public ProcessGroupEntity publicInputPortCount(Integer publicInputPortCount)
    • getPublicInputPortCount

      public Integer getPublicInputPortCount()
      The number of public input ports in the process group.
      Returns:
      publicInputPortCount
    • setPublicInputPortCount

      public void setPublicInputPortCount(Integer publicInputPortCount)
    • publicOutputPortCount

      public ProcessGroupEntity publicOutputPortCount(Integer publicOutputPortCount)
    • getPublicOutputPortCount

      public Integer getPublicOutputPortCount()
      The number of public output ports in the process group.
      Returns:
      publicOutputPortCount
    • setPublicOutputPortCount

      public void setPublicOutputPortCount(Integer publicOutputPortCount)
    • parameterContext

      public ProcessGroupEntity parameterContext(ParameterContextReferenceEntity parameterContext)
    • getParameterContext

      public ParameterContextReferenceEntity getParameterContext()
      Get parameterContext
      Returns:
      parameterContext
    • setParameterContext

      public void setParameterContext(ParameterContextReferenceEntity parameterContext)
    • processGroupUpdateStrategy

      public ProcessGroupEntity processGroupUpdateStrategy(ProcessGroupEntity.ProcessGroupUpdateStrategyEnum processGroupUpdateStrategy)
    • getProcessGroupUpdateStrategy

      public ProcessGroupEntity.ProcessGroupUpdateStrategyEnum getProcessGroupUpdateStrategy()
      Determines the process group update strategy
      Returns:
      processGroupUpdateStrategy
    • setProcessGroupUpdateStrategy

      public void setProcessGroupUpdateStrategy(ProcessGroupEntity.ProcessGroupUpdateStrategyEnum processGroupUpdateStrategy)
    • getInputPortCount

      public Integer getInputPortCount()
      The number of input ports in the process group.
      Returns:
      inputPortCount
    • getOutputPortCount

      public Integer getOutputPortCount()
      The number of output ports in the process group.
      Returns:
      outputPortCount
    • 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).