public class AlertUpdateReport extends Object implements Serializable
Details which alerts were sucessfully updated and which ones failed.
| 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 © 2020 iland Internet Solutions, Corp. All rights reserved.