Class TenantDTO

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

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

    • id

      private String id
    • versionedComponentId

      private String versionedComponentId
    • parentGroupId

      private String parentGroupId
    • position

      private PositionDTO position
    • identity

      private String identity
    • configurable

      private Boolean configurable
  • Constructor Details

    • TenantDTO

      public TenantDTO()
  • Method Details

    • id

      public TenantDTO id(String id)
    • getId

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

      public void setId(String id)
    • versionedComponentId

      public TenantDTO 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)
    • parentGroupId

      public TenantDTO parentGroupId(String parentGroupId)
    • getParentGroupId

      public String getParentGroupId()
      The id of parent process group of this component if applicable.
      Returns:
      parentGroupId
    • setParentGroupId

      public void setParentGroupId(String parentGroupId)
    • position

      public TenantDTO position(PositionDTO position)
    • getPosition

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

      public void setPosition(PositionDTO position)
    • identity

      public TenantDTO identity(String identity)
    • getIdentity

      public String getIdentity()
      The identity of the tenant.
      Returns:
      identity
    • setIdentity

      public void setIdentity(String identity)
    • configurable

      public TenantDTO configurable(Boolean configurable)
    • isConfigurable

      public Boolean isConfigurable()
      Whether this tenant is configurable.
      Returns:
      configurable
    • setConfigurable

      public void setConfigurable(Boolean configurable)
    • 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).