Package com.myjeeva.digitalocean.pojo
Class DropletAction
java.lang.Object
com.myjeeva.digitalocean.pojo.DropletAction
Represents Droplet Actions like reboot, powercycle, power on , power off, etc.
- Since:
- v2.0
- Author:
- Jeevanandam M. (jeeva@myjeeva.com)
-
Constructor Details
-
DropletAction
public DropletAction() -
DropletAction
-
-
Method Details
-
toString
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getImage
- Returns:
- the image
-
setImage
- Parameters:
image- the image to set
-
getKernel
- Returns:
- the kernel
-
setKernel
- Parameters:
kernel- the kernel to set
-
getSize
- Returns:
- the size
-
setSize
- Parameters:
size- the size to set
-
getDisk
- Returns:
- the disk
-
setDisk
- Parameters:
disk- the size to set
-