@Generated(value="org.immutables.processor.ProxyProcessor") public final class EventEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventEntity.Builder
Builds instances of type
EventEntity. |
| Modifier and Type | Method and Description |
|---|---|
static EventEntity.Builder |
builder()
Creates a builder for
EventEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
EventEntity that have equal attribute values. |
String |
getActee()
The actee
|
String |
getActeeName()
The actee name
|
String |
getActeeType()
The actee type
|
String |
getActor()
The actor
|
String |
getActorName()
The actor name
|
String |
getActorType()
The actor type
|
String |
getActorUserName()
The actor name
|
Map<String,Optional<Object>> |
getMetadatas()
The metadatas
|
String |
getOrganizationId()
The organization id
|
String |
getSpaceId()
The space id
|
String |
getTimestamp()
The timestamp
|
String |
getType()
The type
|
int |
hashCode()
Computes a hash code from attributes:
actee, acteeName, acteeType, actor, actorName, actorType, actorUserName, metadatas, organizationId, spaceId, timestamp, type. |
String |
toString()
Prints the immutable value
EventEntity with attribute values. |
public String getActee()
public String getActeeName()
public String getActeeType()
public String getActor()
public String getActorName()
public String getActorType()
public String getActorUserName()
public String getOrganizationId()
public String getSpaceId()
public String getTimestamp()
public String getType()
public boolean equals(Object another)
EventEntity that have equal attribute values.public int hashCode()
actee, acteeName, acteeType, actor, actorName, actorType, actorUserName, metadatas, organizationId, spaceId, timestamp, type.public String toString()
EventEntity with attribute values.public static EventEntity.Builder builder()
EventEntity.
EventEntity.builder()
.actee(String | null) // nullable actee
.acteeName(String | null) // nullable acteeName
.acteeType(String | null) // nullable acteeType
.actor(String | null) // nullable actor
.actorName(String | null) // nullable actorName
.actorType(String | null) // nullable actorType
.actorUserName(String | null) // nullable actorUserName
.metadatas(Map<String, Optional<Object>> | null) // nullable metadatas
.organizationId(String | null) // nullable organizationId
.spaceId(String | null) // nullable spaceId
.timestamp(String | null) // nullable timestamp
.type(String | null) // nullable type
.build();
Copyright © 2020. All rights reserved.