public final class ApplicationEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationEvent.ApplicationEventBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationEvent.ApplicationEventBuilder |
builder() |
boolean |
equals(Object o) |
String |
getActor()
The actor
|
String |
getDescription()
The description
|
String |
getEvent()
The event
|
String |
getId()
The id
|
Date |
getTime()
The time
|
int |
hashCode() |
String |
toString() |
@Generated(value="lombok") public static ApplicationEvent.ApplicationEventBuilder builder()
@Generated(value="lombok") public String getActor()
@Generated(value="lombok") public String getDescription()
@Generated(value="lombok") public String getEvent()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public Date getTime()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.