Class ConnectableComponent

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

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

  • Constructor Details

    • ConnectableComponent

      public ConnectableComponent()
  • Method Details

    • id

      public ConnectableComponent id(String id)
    • getId

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

      public void setId(String id)
    • type

    • getType

      The type of component the connectable is.
      Returns:
      type
    • setType

      public void setType(ConnectableComponent.TypeEnum type)
    • groupId

      public ConnectableComponent 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 ConnectableComponent name(String name)
    • getName

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

      public void setName(String name)
    • comments

      public ConnectableComponent comments(String comments)
    • getComments

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

      public void setComments(String comments)
    • instanceIdentifier

      public ConnectableComponent instanceIdentifier(String instanceIdentifier)
    • getInstanceIdentifier

      public String getInstanceIdentifier()
      The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component
      Returns:
      instanceIdentifier
    • setInstanceIdentifier

      public void setInstanceIdentifier(String instanceIdentifier)
    • 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).