public class GHEmail extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected boolean |
primary |
protected boolean |
verified |
| Constructor and Description |
|---|
GHEmail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEmail()
Gets email.
|
int |
hashCode() |
boolean |
isPrimary()
Is primary boolean.
|
boolean |
isVerified()
Is verified boolean.
|
String |
toString() |
protected String email
protected boolean primary
protected boolean verified
public String getEmail()
public boolean isPrimary()
public boolean isVerified()
Copyright © 2020. All rights reserved.