public class Alert extends Object implements Serializable
| Constructor and Description |
|---|
Alert(String alertId,
String description)
Base constructor for all Alerts.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlertId()
Get the Alert id
|
String |
getDescription()
Get the Alert description
|
int |
hashCode() |
String |
toString() |
Copyright © 2017 LSST. All rights reserved.