Package com.myjeeva.digitalocean.pojo
Class FloatingIP
java.lang.Object
com.myjeeva.digitalocean.pojo.RateLimitBase
com.myjeeva.digitalocean.pojo.Base
com.myjeeva.digitalocean.pojo.FloatingIP
- All Implemented Interfaces:
Serializable
Represents Floating IP object
- Since:
- v2.3
- Author:
- Jeevanandam M. (jeeva@myjeeva.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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
-
FloatingIP
public FloatingIP()
-
-
Method Details
-
toString
-
getIp
- Returns:
- the ip
-
setIp
- Parameters:
ip- the ip to set
-
getRegion
- Returns:
- the region
-
setRegion
- Parameters:
region- the region to set
-
getDroplet
- Returns:
- the droplet
-
setDroplet
- Parameters:
droplet- the droplet to set
-
isLocked
public boolean isLocked()- Returns:
- the locked
-
setLocked
public void setLocked(boolean locked) - Parameters:
locked- the locked to set
-