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
 String getErrorMessage()
           
 Event getEvent()
           
 Long getEventId()
           
 String getStatus()
           
 void setErrorMessage(String errorMessage)
           
 void setEvent(Event event)
           
 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

getErrorMessage

public String getErrorMessage()
Returns:
the errorMessage

setErrorMessage

public void setErrorMessage(String errorMessage)
Parameters:
errorMessage - the errorMessage to set

getEvent

public Event getEvent()
Returns:
the event

setEvent

public void setEvent(Event event)
Parameters:
event - the event to set

DigitalOcean API Client in Java

Copyright © 2014 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.