public class Event extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.AlertType |
static class |
Event.Builder |
static class |
Event.Priority |
| Modifier and Type | Method and Description |
|---|---|
static Event.Builder |
builder() |
String |
getAggregationKey() |
String |
getAlertType() |
String |
getHostname() |
long |
getMillisSinceEpoch()
Get number of milliseconds since epoch started.
|
String |
getPriority() |
String |
getSourceTypeName() |
TagsCardinality |
getTagsCardinality() |
String |
getText() |
String |
getTitle() |
public String getTitle()
public String getText()
public long getMillisSinceEpoch()
public String getHostname()
public String getAggregationKey()
public String getPriority()
public String getSourceTypeName()
public String getAlertType()
public TagsCardinality getTagsCardinality()
public static Event.Builder builder()
Copyright © 2025. All rights reserved.