public class Account extends RateLimitBase
Constructor and Description |
---|
Account() |
Modifier and Type | Method and Description |
---|---|
Integer |
getDropletLimit() |
String |
getEmail() |
String |
getUuid() |
boolean |
isEmailVerified() |
void |
setDropletLimit(Integer dropletLimit) |
void |
setEmail(String email) |
void |
setEmailVerified(boolean isEmailVerified) |
void |
setUuid(String uuid) |
String |
toString() |
getRateLimit, setRateLimit
public String toString()
toString
in class RateLimitBase
public String getEmail()
public void setEmail(String email)
email
- the email to setpublic String getUuid()
public void setUuid(String uuid)
uuid
- the uuid to setpublic Integer getDropletLimit()
public void setDropletLimit(Integer dropletLimit)
dropletLimit
- the dropletLimit to setpublic boolean isEmailVerified()
public void setEmailVerified(boolean isEmailVerified)
isEmailVerified
- the isEmailVerified to set
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.