Class ConnectableDTO

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

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

  • Constructor Details

    • ConnectableDTO

      public ConnectableDTO()
  • Method Details

    • id

      public ConnectableDTO id(String id)
    • getId

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

      public void setId(String id)
    • versionedComponentId

      public ConnectableDTO versionedComponentId(String versionedComponentId)
    • getVersionedComponentId

      public String getVersionedComponentId()
      The ID of the corresponding component that is under version control
      Returns:
      versionedComponentId
    • setVersionedComponentId

      public void setVersionedComponentId(String versionedComponentId)
    • type

    • getType

      public ConnectableDTO.TypeEnum getType()
      The type of component the connectable is.
      Returns:
      type
    • setType

      public void setType(ConnectableDTO.TypeEnum type)
    • groupId

      public ConnectableDTO groupId(String groupId)
    • getGroupId

      public String getGroupId()
      The id of the group that the connectable component resides in
      Returns:
      groupId
    • setGroupId

      public void setGroupId(String groupId)
    • name

      public ConnectableDTO name(String name)
    • getName

      public String getName()
      The name of the connectable component
      Returns:
      name
    • setName

      public void setName(String name)
    • running

      public ConnectableDTO running(Boolean running)
    • isRunning

      public Boolean isRunning()
      Reflects the current state of the connectable component.
      Returns:
      running
    • setRunning

      public void setRunning(Boolean running)
    • transmitting

      public ConnectableDTO transmitting(Boolean transmitting)
    • isTransmitting

      public Boolean isTransmitting()
      If the connectable component represents a remote port, indicates if the target is configured to transmit.
      Returns:
      transmitting
    • setTransmitting

      public void setTransmitting(Boolean transmitting)
    • exists

      public ConnectableDTO exists(Boolean exists)
    • isExists

      public Boolean isExists()
      If the connectable component represents a remote port, indicates if the target exists.
      Returns:
      exists
    • setExists

      public void setExists(Boolean exists)
    • comments

      public ConnectableDTO comments(String comments)
    • getComments

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

      public void setComments(String comments)
    • 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).