DigitalOcean API Client in Java

com.myjeeva.digitalocean.pojo
Class Event

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

public class Event
extends Object

Represents Event return object of DigitalOcean API request

Since:
v1.3
Author:
Jeevanandam M. ([email protected])

Constructor Summary
Event()
           
 
Method Summary
 String getActionStatus()
           
 Integer getDropletId()
           
 Integer getEventTypeId()
           
 Long getId()
           
 String getPercentage()
           
 void setActionStatus(String actionStatus)
           
 void setDropletId(Integer dropletId)
           
 void setEventTypeId(Integer eventTypeId)
           
 void setId(Long id)
           
 void setPercentage(String percentage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event()
Method Detail

getId

public Long getId()
Returns:
the id

setId

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

getActionStatus

public String getActionStatus()
Returns:
the actionStatus

setActionStatus

public void setActionStatus(String actionStatus)
Parameters:
actionStatus - the actionStatus to set

getDropletId

public Integer getDropletId()
Returns:
the dropletId

setDropletId

public void setDropletId(Integer dropletId)
Parameters:
dropletId - the dropletId to set

getEventTypeId

public Integer getEventTypeId()
Returns:
the eventTypeId

setEventTypeId

public void setEventTypeId(Integer eventTypeId)
Parameters:
eventTypeId - the eventTypeId to set

getPercentage

public String getPercentage()
Returns:
the percentage

setPercentage

public void setPercentage(String percentage)
Parameters:
percentage - the percentage 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.