public class Event extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Event.AlertType |
|
static class |
Event.Builder |
|
static class |
Event.Priority |
| Modifier and Type | Method | Description |
|---|---|---|
static Event.Builder |
builder() |
|
String |
getAggregationKey() |
|
String |
getAlertType() |
|
String |
getHostname() |
|
long |
getMillisSinceEpoch() |
Get number of milliseconds since epoch started.
|
String |
getPriority() |
|
String |
getSourceTypeName() |
|
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 static Event.Builder builder()
Copyright © 2020. All rights reserved.