org.kohsuke.github
Class GHEmail

java.lang.Object
  extended by org.kohsuke.github.GHEmail

public class GHEmail
extends Object

Represents an email of GitHub.

Author:
Kelly Campbell

Field Summary
protected  String email
           
protected  boolean primary
           
protected  boolean verified
           
 
Constructor Summary
GHEmail()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getEmail()
           
 int hashCode()
           
 boolean isPrimary()
           
 boolean isVerified()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

email

protected String email

primary

protected boolean primary

verified

protected boolean verified
Constructor Detail

GHEmail

public GHEmail()
Method Detail

getEmail

public String getEmail()

isPrimary

public boolean isPrimary()

isVerified

public boolean isVerified()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014. All rights reserved.