public class CompanyUserResponse extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
deleted |
protected DomainResponse |
domain |
protected String |
fullname |
protected String |
name |
protected UserTypeResponse |
userType |
Constructor and Description |
---|
CompanyUserResponse(UserTypeResponse userType,
boolean locked,
String email,
String phone,
String company,
String address,
String city,
String state,
String zip,
String country,
String name,
String fullname,
boolean deleted,
Instant createdDate,
Instant deletedDate,
DomainResponse domain,
String firstName,
String lastName,
String role) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAddress()
Gets address.
|
String |
getCity()
Gets city.
|
String |
getCompany()
Gets company.
|
String |
getCountry()
Gets the country.
|
Instant |
getCreatedDate()
Gets created date.
|
Instant |
getDeletedDate()
Gets deleted date.
|
DomainResponse |
getDomain()
Gets the domain.
|
String |
getEmail()
Gets email.
|
String |
getFirstName()
Gets first name.
|
String |
getFullname()
Gets fullname.
|
String |
getLastName()
Gets last name.
|
String |
getName()
Gets name.
|
String |
getPhone()
Gets phone.
|
String |
getState()
Gets state.
|
UserTypeResponse |
getUserType()
Gets user type.
|
String |
getZipCode()
Gets zip code.
|
int |
hashCode() |
boolean |
isDeleted()
Is deleted boolean.
|
boolean |
isLocked()
Is locked boolean.
|
String |
toString() |
protected UserTypeResponse userType
protected String name
protected String fullname
protected boolean deleted
protected DomainResponse domain
public CompanyUserResponse(UserTypeResponse userType, boolean locked, String email, String phone, String company, String address, String city, String state, String zip, String country, String name, String fullname, boolean deleted, Instant createdDate, Instant deletedDate, DomainResponse domain, String firstName, String lastName, String role)
public UserTypeResponse getUserType()
public String getFirstName()
public String getLastName()
public String getEmail()
public String getPhone()
public boolean isLocked()
public String getAddress()
public String getCompany()
public String getCity()
public String getState()
public String getZipCode()
public String getName()
public String getFullname()
public boolean isDeleted()
public Instant getCreatedDate()
public Instant getDeletedDate()
public DomainResponse getDomain()
public String getCountry()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.