public static class AlertRaisedEvent.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
AlertRaisedEvent.Builder |
additionalInfo(String additionalInfo) |
AlertRaisedEvent.Builder |
alertId(String alertId) |
AlertRaisedEvent |
build() |
AlertRaisedEvent.Builder |
cause(String cause) |
AlertRaisedEvent.Builder |
currentSeverity(AlertRaisedEvent.CurrentSeverity currentSeverity) |
AlertRaisedEvent.Builder |
description(String description) |
AlertRaisedEvent.Builder |
highestSeverity(int highestSeverity) |
AlertRaisedEvent.Builder |
isCleared(boolean isCleared) |
AlertRaisedEvent.Builder |
origin(String origin) |
AlertRaisedEvent.Builder |
timestampAlertStatusChanged(double timestampAlertStatusChanged) |
public AlertRaisedEvent.Builder timestampAlertStatusChanged(double timestampAlertStatusChanged)
public AlertRaisedEvent.Builder alertId(String alertId)
public AlertRaisedEvent.Builder description(String description)
public AlertRaisedEvent.Builder currentSeverity(AlertRaisedEvent.CurrentSeverity currentSeverity)
public AlertRaisedEvent.Builder highestSeverity(int highestSeverity)
public AlertRaisedEvent.Builder isCleared(boolean isCleared)
public AlertRaisedEvent.Builder cause(String cause)
public AlertRaisedEvent.Builder origin(String origin)
public AlertRaisedEvent.Builder additionalInfo(String additionalInfo)
public AlertRaisedEvent build()
Copyright © 2023. All rights reserved.