@Generated(value={"Immutables.generator","_ApplicationEvent"}) public final class ApplicationEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationEvent.Builder
Builds instances of type
ApplicationEvent. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationEvent.Builder |
builder()
Creates a builder for
ApplicationEvent. |
boolean |
equals(Object another)
This instance is equal to all instances of
ApplicationEvent that have equal attribute values. |
String |
getActor()
The actor
|
String |
getDescription()
The description
|
String |
getEvent()
The event
|
String |
getId()
The id
|
Date |
getTime()
The time
|
int |
hashCode()
Computes a hash code from attributes:
actor, description, event, id, time. |
String |
toString()
Prints the immutable value
ApplicationEvent with attribute values. |
public String getActor()
public String getDescription()
public String getEvent()
public String getId()
public Date getTime()
public boolean equals(Object another)
ApplicationEvent that have equal attribute values.public int hashCode()
actor, description, event, id, time.public String toString()
ApplicationEvent with attribute values.public static ApplicationEvent.Builder builder()
ApplicationEvent.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.