public class ContainerEvent extends AbstractEvent
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ContainerEventChanges |
getChanges()
Get the container event changes this event represents.
|
String |
getChangesJson()
Get the changes as JSON for debugging.
|
String |
getClientAppName()
Get the client application name that caused the change.
|
UUID |
getContainerId()
Get the id of the container the event represents.
|
EventType |
getEventType()
Get the event type.
|
org.threeten.bp.ZonedDateTime |
getExpiredAt()
Get the expire time of the container.
|
org.threeten.bp.ZonedDateTime |
getModifiedAt()
Get the time the container was last modified.
|
String |
getType()
Get the type of the container.
|
UUID |
getUserId()
Get the id of the user this event is related to (who caused the event to occur).
|
int |
hashCode() |
boolean |
isExpired()
Check to see if the container is expired.
|
equals, getActionType, getDate, getIdpublic boolean equals(Object obj)
equals in class AbstractEventpublic ContainerEventChanges getChanges()
public String getChangesJson()
public String getClientAppName()
public UUID getContainerId()
public EventType getEventType()
AbstractEventgetEventType in class AbstractEventpublic org.threeten.bp.ZonedDateTime getExpiredAt()
public org.threeten.bp.ZonedDateTime getModifiedAt()
public String getType()
public UUID getUserId()
public int hashCode()
hashCode in class AbstractEventpublic boolean isExpired()
Copyright © 2021. All rights reserved.