public class AlertUpdateReport extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
FAILED |
static String |
SUCCESS |
Constructor and Description |
---|
AlertUpdateReport(List<Alert> success,
List<Alert> failed) |
Modifier and Type | Method and Description |
---|---|
List<Alert> |
getFailed()
Get the alerts that could not be updated.
|
List<Alert> |
getSuccess()
Get the alerts that were successfully updated.
|
public static final String SUCCESS
public static final String FAILED
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.