org.jclouds.digitalocean.domain
Class Event

java.lang.Object
  extended by org.jclouds.digitalocean.domain.Event

public class Event
extends Object

An Event.


Nested Class Summary
static class Event.Status
           
 
Constructor Summary
Event(int id, Event.Status status, int typeId, String percentage, int dropletId)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getDropletId()
           
 int getId()
           
 Integer getPercentage()
           
 Event.Status getStatus()
           
 int getTypeId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event

@ConstructorProperties(value={"id","action_status","event_type_id","percentage","droplet_id"})
public Event(int id,
                                        @Nullable
                                        Event.Status status,
                                        int typeId,
                                        @Nullable
                                        String percentage,
                                        int dropletId)
Method Detail

getId

public int getId()

getStatus

public Event.Status getStatus()

getTypeId

public int getTypeId()

getPercentage

public Integer getPercentage()

getDropletId

public int getDropletId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.