Class Tenant

java.lang.Object
org.bonitasoft.web.client.model.Tenant
All Implemented Interfaces:
Serializable

@Deprecated @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class Tenant extends Object implements Serializable
Deprecated.
Since Bonita 7.12, tenant management is deprecated
See Also:
  • Field Details

  • Constructor Details

    • Tenant

      public Tenant()
      Deprecated.
  • Method Details

    • id

      public Tenant id(String id)
      Deprecated.
    • getId

      @Nullable public String getId()
      Deprecated.
      id of the tenant
      Returns:
      id
    • setId

      public void setId(String id)
      Deprecated.
    • creation

      public Tenant creation(String creation)
      Deprecated.
    • getCreation

      @Nullable public String getCreation()
      Deprecated.
      the creation date
      Returns:
      creation
    • setCreation

      public void setCreation(String creation)
      Deprecated.
    • icon

      public Tenant icon(String icon)
      Deprecated.
    • getIcon

      @Nullable public String getIcon()
      Deprecated.
      the path of the icon
      Returns:
      icon
    • setIcon

      public void setIcon(String icon)
      Deprecated.
    • name

      public Tenant name(String name)
      Deprecated.
    • getName

      @Nullable public String getName()
      Deprecated.
      the name of the tenant
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • description

      public Tenant description(String description)
      Deprecated.
    • getDescription

      @Nullable public String getDescription()
      Deprecated.
      the description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
      Deprecated.
    • username

      public Tenant username(String username)
      Deprecated.
    • getUsername

      @Nullable public String getUsername()
      Deprecated.
      the username
      Returns:
      username
    • setUsername

      public void setUsername(String username)
      Deprecated.
    • password

      public Tenant password(String password)
      Deprecated.
    • getPassword

      @Nullable public String getPassword()
      Deprecated.
      the password
      Returns:
      password
    • setPassword

      public void setPassword(String password)
      Deprecated.
    • state

      public Tenant state(Tenant.StateEnum state)
      Deprecated.
    • getState

      @Nullable public Tenant.StateEnum getState()
      Deprecated.
      the tenant state
      Returns:
      state
    • setState

      public void setState(Tenant.StateEnum state)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object