DigitalOcean API Client in Java

com.myjeeva.digitalocean.pojo
Class Droplet

java.lang.Object
  extended by com.myjeeva.digitalocean.pojo.Droplet

public class Droplet
extends Object

Represents Droplet attributes of DigitalOcean

Author:
Jeevanandam M. ([email protected])

Constructor Summary
Droplet()
           
 
Method Summary
 String getBackupsActive()
           
 Long getEventId()
           
 Integer getId()
           
 Integer getImageId()
           
 String getName()
           
 Integer getRegionId()
           
 Integer getSizeId()
           
 String getStatus()
           
 void setBackupsActive(String backupsActive)
           
 void setEventId(Long eventId)
           
 void setId(Integer id)
           
 void setImageId(Integer imageId)
           
 void setName(String name)
           
 void setRegionId(Integer regionId)
           
 void setSizeId(Integer sizeId)
           
 void setStatus(String status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Droplet

public Droplet()
Method Detail

getId

public Integer getId()
Returns:
the id

setId

public void setId(Integer id)
Parameters:
id - the id to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getImageId

public Integer getImageId()
Returns:
the imageId

setImageId

public void setImageId(Integer imageId)
Parameters:
imageId - the imageId to set

getRegionId

public Integer getRegionId()
Returns:
the regionId

setRegionId

public void setRegionId(Integer regionId)
Parameters:
regionId - the regionId to set

getSizeId

public Integer getSizeId()
Returns:
the sizeId

setSizeId

public void setSizeId(Integer sizeId)
Parameters:
sizeId - the sizeId to set

getBackupsActive

public String getBackupsActive()
Returns:
the backupsActive

setBackupsActive

public void setBackupsActive(String backupsActive)
Parameters:
backupsActive - the backupsActive to set

getStatus

public String getStatus()
Returns:
the status

setStatus

public void setStatus(String status)
Parameters:
status - the status to set

getEventId

public Long getEventId()
Returns:
the eventId

setEventId

public void setEventId(Long eventId)
Parameters:
eventId - the eventId to set

DigitalOcean API Client in Java

Copyright © 2013 myjeeva blog, All rights reserved.

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.