| Constructor and Description |
|---|
AuditMessage(long time,
EntityId entityId,
String user,
AuditType type,
AuditPayload payload) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EntityId |
getEntityId() |
AuditPayload |
getPayload() |
long |
getTime() |
AuditType |
getType() |
String |
getUser() |
int |
getVersion() |
int |
hashCode() |
String |
toString() |
public AuditMessage(long time,
EntityId entityId,
String user,
AuditType type,
AuditPayload payload)
public int getVersion()
public long getTime()
public EntityId getEntityId()
public String getUser()
public AuditType getType()
public AuditPayload getPayload()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.