Class User

    • Constructor Detail

      • User

        public User()
    • Method Detail

      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • getUsername

        public String getUsername()
        Returns:
        the username
      • setUsername

        public void setUsername​(String username)
        Parameters:
        username - the username to set
      • getPassword

        public String getPassword()
        Returns:
        the password
      • setPassword

        public void setPassword​(String password)
        Parameters:
        password - the password to set
      • getTenantId

        public String getTenantId()
        Returns:
        the tenantId
      • setTenantId

        public void setTenantId​(String tenantId)
        Parameters:
        tenantId - the tenantId to set
      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getEmail

        public String getEmail()
        Returns:
        the email
      • setEmail

        public void setEmail​(String email)
        Parameters:
        email - the email to set
      • getEnabled

        public Boolean getEnabled()
        Returns:
        the enabled
      • setEnabled

        public void setEnabled​(Boolean enabled)
        Parameters:
        enabled - the enabled to set