public final class LicenseUser extends Object
Constructor and Description |
---|
LicenseUser(Long id,
String email,
String firstName,
String lastName,
String phoneNumber,
Boolean isInitialPassword,
String initialPassword,
int maxActivations,
Boolean allowUnlimitedActivations,
int totalActivations) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getAllowUnlimitedActivations()
Boolean indicating whether unlimited activations are allowed for the user.
|
String |
getEmail()
The email address associated with the user.
|
String |
getFirstName()
The first name of the user.
|
Long |
getId()
Unique identifier of the user.
|
String |
getInitialPassword()
The initial password for the user
|
Boolean |
getIsInitialPassword()
Indicates if the user has their initial password.
|
String |
getLastName()
The last name of the user.
|
int |
getMaxActivations()
The maximum number of activations allowed for this user.
|
String |
getPhoneNumber()
The phone number of the user.
|
int |
getTotalActivations()
Total number of activations currently in use.
|
int |
hashCode() |
String |
toString() |
public Long getId()
public String getEmail()
public String getFirstName()
public String getLastName()
public String getPhoneNumber()
public Boolean getIsInitialPassword()
public String getInitialPassword()
public int getMaxActivations()
public Boolean getAllowUnlimitedActivations()
public int getTotalActivations()
Copyright © 2025 Cense Data Inc.. All rights reserved.