Class ControllerDTO

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

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

    • id

      private String id
    • name

      private String name
    • comments

      private String comments
    • runningCount

      private Integer runningCount
    • stoppedCount

      private Integer stoppedCount
    • invalidCount

      private Integer invalidCount
    • disabledCount

      private Integer disabledCount
    • activeRemotePortCount

      private Integer activeRemotePortCount
    • inactiveRemotePortCount

      private Integer inactiveRemotePortCount
    • inputPortCount

      private Integer inputPortCount
    • outputPortCount

      private Integer outputPortCount
    • remoteSiteListeningPort

      private Integer remoteSiteListeningPort
    • remoteSiteHttpListeningPort

      private Integer remoteSiteHttpListeningPort
    • siteToSiteSecure

      private Boolean siteToSiteSecure
    • instanceId

      private String instanceId
    • inputPorts

      private List<PortDTO> inputPorts
    • outputPorts

      private List<PortDTO> outputPorts
  • Constructor Details

    • ControllerDTO

      public ControllerDTO()
  • Method Details

    • id

      public ControllerDTO id(String id)
    • getId

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

      public void setId(String id)
    • name

      public ControllerDTO name(String name)
    • getName

      public String getName()
      The name of the NiFi.
      Returns:
      name
    • setName

      public void setName(String name)
    • comments

      public ControllerDTO comments(String comments)
    • getComments

      public String getComments()
      The comments for the NiFi.
      Returns:
      comments
    • setComments

      public void setComments(String comments)
    • runningCount

      public ControllerDTO runningCount(Integer runningCount)
    • getRunningCount

      public Integer getRunningCount()
      The number of running components in the NiFi.
      Returns:
      runningCount
    • setRunningCount

      public void setRunningCount(Integer runningCount)
    • stoppedCount

      public ControllerDTO stoppedCount(Integer stoppedCount)
    • getStoppedCount

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

      public void setStoppedCount(Integer stoppedCount)
    • invalidCount

      public ControllerDTO invalidCount(Integer invalidCount)
    • getInvalidCount

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

      public void setInvalidCount(Integer invalidCount)
    • disabledCount

      public ControllerDTO disabledCount(Integer disabledCount)
    • getDisabledCount

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

      public void setDisabledCount(Integer disabledCount)
    • activeRemotePortCount

      public ControllerDTO activeRemotePortCount(Integer activeRemotePortCount)
    • getActiveRemotePortCount

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

      public void setActiveRemotePortCount(Integer activeRemotePortCount)
    • inactiveRemotePortCount

      public ControllerDTO inactiveRemotePortCount(Integer inactiveRemotePortCount)
    • getInactiveRemotePortCount

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

      public void setInactiveRemotePortCount(Integer inactiveRemotePortCount)
    • inputPortCount

      public ControllerDTO inputPortCount(Integer inputPortCount)
    • getInputPortCount

      public Integer getInputPortCount()
      The number of input ports contained in the NiFi.
      Returns:
      inputPortCount
    • setInputPortCount

      public void setInputPortCount(Integer inputPortCount)
    • outputPortCount

      public ControllerDTO outputPortCount(Integer outputPortCount)
    • getOutputPortCount

      public Integer getOutputPortCount()
      The number of output ports in the NiFi.
      Returns:
      outputPortCount
    • setOutputPortCount

      public void setOutputPortCount(Integer outputPortCount)
    • remoteSiteListeningPort

      public ControllerDTO remoteSiteListeningPort(Integer remoteSiteListeningPort)
    • getRemoteSiteListeningPort

      public Integer getRemoteSiteListeningPort()
      The Socket Port on which this instance is listening for Remote Transfers of Flow Files. If this instance is not configured to receive Flow Files from remote instances, this will be null.
      Returns:
      remoteSiteListeningPort
    • setRemoteSiteListeningPort

      public void setRemoteSiteListeningPort(Integer remoteSiteListeningPort)
    • remoteSiteHttpListeningPort

      public ControllerDTO remoteSiteHttpListeningPort(Integer remoteSiteHttpListeningPort)
    • getRemoteSiteHttpListeningPort

      public Integer getRemoteSiteHttpListeningPort()
      The HTTP(S) Port on which this instance is listening for Remote Transfers of Flow Files. If this instance is not configured to receive Flow Files from remote instances, this will be null.
      Returns:
      remoteSiteHttpListeningPort
    • setRemoteSiteHttpListeningPort

      public void setRemoteSiteHttpListeningPort(Integer remoteSiteHttpListeningPort)
    • siteToSiteSecure

      public ControllerDTO siteToSiteSecure(Boolean siteToSiteSecure)
    • isSiteToSiteSecure

      public Boolean isSiteToSiteSecure()
      Indicates whether or not Site-to-Site communications with this instance is secure (2-way authentication).
      Returns:
      siteToSiteSecure
    • setSiteToSiteSecure

      public void setSiteToSiteSecure(Boolean siteToSiteSecure)
    • instanceId

      public ControllerDTO instanceId(String instanceId)
    • getInstanceId

      public String getInstanceId()
      If clustered, the id of the Cluster Manager, otherwise the id of the NiFi.
      Returns:
      instanceId
    • setInstanceId

      public void setInstanceId(String instanceId)
    • inputPorts

      public ControllerDTO inputPorts(List<PortDTO> inputPorts)
    • addInputPortsItem

      public ControllerDTO addInputPortsItem(PortDTO inputPortsItem)
    • getInputPorts

      public List<PortDTO> getInputPorts()
      The input ports available to send data to for the NiFi.
      Returns:
      inputPorts
    • setInputPorts

      public void setInputPorts(List<PortDTO> inputPorts)
    • outputPorts

      public ControllerDTO outputPorts(List<PortDTO> outputPorts)
    • addOutputPortsItem

      public ControllerDTO addOutputPortsItem(PortDTO outputPortsItem)
    • getOutputPorts

      public List<PortDTO> getOutputPorts()
      The output ports available to received data from the NiFi.
      Returns:
      outputPorts
    • setOutputPorts

      public void setOutputPorts(List<PortDTO> outputPorts)
    • 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).