org.jclouds.digitalocean.domain
Class Event
java.lang.Object
org.jclouds.digitalocean.domain.Event
public class Event
- extends Object
An Event.
- Author:
- Sergi Castro, Ignasi Barrera
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)
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.