|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.digitalocean.domain.Event
public class Event
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 |
|---|
@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 |
|---|
public int getId()
public Event.Status getStatus()
public int getTypeId()
public Integer getPercentage()
public int getDropletId()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||