Class TenantCreateRequest

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class TenantCreateRequest
    extends Object
    implements Serializable
    Deprecated.
    Since Bonita 7.12, tenant creation is deprecated
    See Also:
    Serialized Form
    • Constructor Detail

      • TenantCreateRequest

        public TenantCreateRequest()
        Deprecated.
    • Method Detail

      • getName

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

        public void setName​(String name)
        Deprecated.
      • getDescription

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

        public void setDescription​(String description)
        Deprecated.
      • getUsername

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

        public void setUsername​(String username)
        Deprecated.
      • getPassword

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

        public void setPassword​(String password)
        Deprecated.
      • equals

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

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