public class Event extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.Status |
| Constructor and Description |
|---|
Event(int id,
Event.Status status,
int typeId,
String percentage,
int dropletId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getDropletId() |
int |
getId() |
Integer |
getPercentage() |
Event.Status |
getStatus() |
int |
getTypeId() |
int |
hashCode() |
String |
toString() |
@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)
public int getId()
public Event.Status getStatus()
public int getTypeId()
public Integer getPercentage()
public int getDropletId()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.