| Constructor and Description |
|---|
Email(String address,
boolean verified,
String verificationToken)
Constructs a new Email object given the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAddress() |
String |
getVerificationToken() |
int |
hashCode() |
boolean |
isVerified() |
String |
toString() |
Copyright © 2018. All rights reserved.