public class Event extends Object implements Serializable
For security purposes, an event should be created from an EventBuilder only, and be completely immutable
once it has been fully generated.
Notes to developers:
extra section can't be transformed to be completely immutable.
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.Level
Levels of log available in Sentry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getChecksum() |
String |
getCulprit() |
Map<String,Object> |
getExtra() |
UUID |
getId() |
Event.Level |
getLevel() |
String |
getLogger() |
String |
getMessage() |
String |
getPlatform() |
Map<String,SentryInterface> |
getSentryInterfaces() |
String |
getServerName() |
Map<String,String> |
getTags() |
Date |
getTimestamp() |
int |
hashCode() |
String |
toString() |
public UUID getId()
public String getMessage()
public Date getTimestamp()
public Event.Level getLevel()
public String getLogger()
public String getPlatform()
public String getCulprit()
public String getServerName()
public String getChecksum()
public Map<String,SentryInterface> getSentryInterfaces()
Copyright © 2012–2014. All rights reserved.