public interface Alert
| Modifier and Type | Interface and Description |
|---|---|
static class |
Alert.Severity
Designates the severity of the alert.
|
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Returns a description of the alert condition.
|
Alert.Severity |
severity()
Returns the severity of the alert.
|
long |
ts()
Returns the alert timestamp.
|
long ts()
TimeUtils.currentTimeMillis() at the
creation of the alert.Alert.Severity severity()
String description()
Copyright © 2014. All Rights Reserved.