Class CompanyUserResponse

java.lang.Object
com.iland.core.web.rest.response.company.CompanyUserResponse
All Implemented Interfaces:
Serializable

public class CompanyUserResponse extends Object implements Serializable
Company User Response.
Author:
Brett Snyder
See Also:
  • Field Details

    • userType

      @Since(1.0) @Expose protected UserTypeResponse userType
    • name

      @Since(1.0) @Expose protected String name
    • fullname

      @Since(1.0) @Expose protected String fullname
    • deleted

      @Since(1.0) @Expose protected boolean deleted
    • domain

      @Since(1.0) @Expose protected DomainResponse domain
    • twoFactorEnabled

      @Since(1.0) @Expose protected boolean twoFactorEnabled
  • Constructor Details

  • Method Details

    • getUserType

      public UserTypeResponse getUserType()
      Gets user type.
      Returns:
      the user type
    • getFirstName

      public String getFirstName()
      Gets first name.
      Returns:
      the first name
    • getLastName

      public String getLastName()
      Gets last name.
      Returns:
      the last name
    • getEmail

      public String getEmail()
      Gets email.
      Returns:
      the email
    • getPhone

      public String getPhone()
      Gets phone.
      Returns:
      the phone
    • isLocked

      public boolean isLocked()
      Is locked boolean.
      Returns:
      the boolean
    • getAddress

      public String getAddress()
      Gets address.
      Returns:
      the address
    • getCompany

      public String getCompany()
      Gets company.
      Returns:
      the company
    • getCity

      public String getCity()
      Gets city.
      Returns:
      the city
    • getState

      public String getState()
      Gets state.
      Returns:
      the state
    • getZipCode

      public String getZipCode()
      Gets zip code.
      Returns:
      the zip code
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • getFullname

      public String getFullname()
      Gets fullname.
      Returns:
      the fullname
    • isDeleted

      public boolean isDeleted()
      Is deleted boolean.
      Returns:
      the boolean
    • getCreatedDate

      public Instant getCreatedDate()
      Gets created date.
      Returns:
      the created date
    • getDeletedDate

      public Instant getDeletedDate()
      Gets deleted date.
      Returns:
      the deleted date
    • getDomain

      public DomainResponse getDomain()
      Gets the domain.
      Returns:
      the domain
    • getCountry

      public String getCountry()
      Gets the country.
      Returns:
      the country
    • 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