DigitalOcean API Client in Java

com.myjeeva.digitalocean.pojo
Class Response

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

public class Response
extends Object

Represents generic response return object of DigitalOcean API request

Author:
Jeevanandam M. ([email protected])

Constructor Summary
Response()
           
 
Method Summary
 Long getEventId()
           
 String getStatus()
           
 void setEventId(Long eventId)
           
 void setStatus(String status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response()
Method Detail

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.com, 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.com has license information.