Package com.myjeeva.digitalocean.pojo
Class Account
java.lang.Object
com.myjeeva.digitalocean.pojo.RateLimitBase
com.myjeeva.digitalocean.pojo.Base
com.myjeeva.digitalocean.pojo.Account
- All Implemented Interfaces:
Serializable
Represents Account attributes
- Since:
- v2.0
- Author:
- Jeevanandam M. (jeeva@myjeeva.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()getUuid()booleanvoidsetDropletLimit(Integer dropletLimit) voidvoidsetEmailVerified(boolean isEmailVerified) voidsetFloatingIPLimit(Integer floatingIPLimit) voidvoidsetStatusMessage(String statusMessage) voidtoString()Methods inherited from class com.myjeeva.digitalocean.pojo.Base
getLinks, getMeta, setLinks, setMetaMethods inherited from class com.myjeeva.digitalocean.pojo.RateLimitBase
getRateLimit, setRateLimit
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
toString
-
getEmail
- Returns:
- the email
-
setEmail
- Parameters:
email- the email to set
-
getUuid
- Returns:
- the uuid
-
setUuid
- Parameters:
uuid- the uuid to set
-
getDropletLimit
- Returns:
- the dropletLimit
-
setDropletLimit
- Parameters:
dropletLimit- the dropletLimit to set
-
isEmailVerified
public boolean isEmailVerified()- Returns:
- the isEmailVerified
-
setEmailVerified
public void setEmailVerified(boolean isEmailVerified) - Parameters:
isEmailVerified- the isEmailVerified to set
-
getStatus
- Returns:
- the status
-
setStatus
- Parameters:
status- the status to set
-
getStatusMessage
- Returns:
- the statusMessage
-
setStatusMessage
- Parameters:
statusMessage- the statusMessage to set
-
getFloatingIPLimit
- Returns:
- the floatingIPLimit
-
setFloatingIPLimit
- Parameters:
floatingIPLimit- the floatingIPLimit to set
-