public class Event extends Object implements Comparable<Event>
Modifier and Type | Class and Description |
---|---|
static class |
Event.Builder<T extends Event.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username) |
Modifier and Type | Method and Description |
---|---|
static Event.Builder<?> |
builder() |
int |
compareTo(Event other) |
boolean |
equals(Object obj) |
String |
getAccount() |
Date |
getCreated() |
String |
getDescription() |
String |
getDomain() |
String |
getDomainId() |
String |
getId() |
String |
getLevel() |
String |
getParentId() |
String |
getState() |
String |
getType() |
String |
getUsername() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Event.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","account","description","created","domain","domainId","level","parentId","state","type","username"}) protected Event(String id, @Nullable String account, @Nullable String description, @Nullable Date created, @Nullable String domain, @Nullable String domainId, @Nullable String level, @Nullable String parentId, @Nullable String state, @Nullable String type, @Nullable String username)
public static Event.Builder<?> builder()
public Event.Builder<?> toBuilder()
public String getId()
@Nullable public String getAccount()
@Nullable public String getUsername()
protected com.google.common.base.Objects.ToStringHelper string()
public int compareTo(Event other)
compareTo
in interface Comparable<Event>
Copyright © 2009-2013 jclouds. All Rights Reserved.