| Modifier and Type | Method | Description |
|---|---|---|
static Event.Builder |
Event.builder() |
|
Event.Builder |
Event.Builder.withAggregationKey(String aggregationKey) |
Aggregation key for the event.
|
Event.Builder |
Event.Builder.withAlertType(Event.AlertType alertType) |
Alert type for the event.
|
Event.Builder |
Event.Builder.withDate(long millisSinceEpoch) |
Date for the event.
|
Event.Builder |
Event.Builder.withDate(Date date) |
Date for the event.
|
Event.Builder |
Event.Builder.withHostname(String hostname) |
Source hostname for the event.
|
Event.Builder |
Event.Builder.withPriority(Event.Priority priority) |
Priority for the event.
|
Event.Builder |
Event.Builder.withSourceTypeName(String sourceTypeName) |
Source Type name for the event.
|
Event.Builder |
Event.Builder.withText(String text) |
Text for the event.
|
Event.Builder |
Event.Builder.withTitle(String title) |
Title for the event.
|
Copyright © 2020. All rights reserved.