public class AlertRaisedEvent extends CameraEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
AlertRaisedEvent.Builder |
static class |
AlertRaisedEvent.CurrentSeverity |
| Constructor and Description |
|---|
AlertRaisedEvent(double timestampAlertStatusChanged,
String alertId,
String description,
AlertRaisedEvent.CurrentSeverity currentSeverity,
int highestSeverity,
boolean isCleared,
String cause,
String origin,
String additionalInfo) |
| Modifier and Type | Method and Description |
|---|---|
static AlertRaisedEvent.Builder |
builder() |
String |
getAdditionalInfo() |
String |
getAlertId() |
String |
getCause() |
AlertRaisedEvent.CurrentSeverity |
getCurrentSeverity() |
String |
getDescription() |
int |
getHighestSeverity() |
String |
getOrigin() |
double |
getTimestampAlertStatusChanged() |
boolean |
isIsCleared() |
String |
toString() |
public double getTimestampAlertStatusChanged()
public String getAlertId()
public String getDescription()
public AlertRaisedEvent.CurrentSeverity getCurrentSeverity()
public int getHighestSeverity()
public boolean isIsCleared()
public String getCause()
public String getOrigin()
public String getAdditionalInfo()
public static AlertRaisedEvent.Builder builder()
Copyright © 2023. All rights reserved.