public class MerchantUser extends Object
Constructor and Description |
---|
MerchantUser() |
Modifier and Type | Method and Description |
---|---|
void |
addRole(String value)
Adds a are the role codes assigned to this user.
|
String |
getEmail()
Gets the user's email address.
|
String |
getFirstName()
Gets the user's first name.
|
String |
getId()
Gets the user's primary key.
|
String |
getLastName()
Gets the user's last name.
|
Collection<String> |
getRoles()
Gets are the role codes assigned to this user.
|
String |
getStatus()
Gets the user account status.
|
String |
getType()
Gets the type of user account.
|
boolean |
isLocked()
Gets whether or not this user account is locked.
|
boolean |
isTest()
Gets whether or not these results are for test or live merchants.
|
void |
setEmail(String value)
Sets the user's email address.
|
void |
setFirstName(String value)
Sets the user's first name.
|
void |
setId(String value)
Sets the user's primary key.
|
void |
setLastName(String value)
Sets the user's last name.
|
void |
setLocked(boolean value)
Sets whether or not this user account is locked.
|
void |
setRoles(Collection<String> value)
Sets are the role codes assigned to this user.
|
void |
setStatus(String value)
Sets the user account status.
|
void |
setTest(boolean value)
Sets whether or not these results are for test or live merchants.
|
void |
setType(String value)
Sets the type of user account.
|
public void setTest(boolean value)
value
- whether or not these results are for test or live merchants.public boolean isTest()
public void setId(String value)
value
- the user's primary key.public String getId()
public void setFirstName(String value)
value
- the user's first name.public String getFirstName()
public void setLastName(String value)
value
- the user's last name.public String getLastName()
public void setEmail(String value)
value
- the user's email address.public String getEmail()
public void setStatus(String value)
value
- the user account status.public String getStatus()
public void setType(String value)
value
- the type of user account.public String getType()
public void setRoles(Collection<String> value)
value
- are the role codes assigned to this user.public Collection<String> getRoles()
public void setLocked(boolean value)
value
- whether or not this user account is locked.public boolean isLocked()
public void addRole(String value)
value
- are the role codes assigned to this user.Copyright © 2022 BlockChyp, Inc.. All rights reserved.