Class AlertUpdateReport

java.lang.Object
com.iland.core.api.notification.AlertUpdateReport
All Implemented Interfaces:
Serializable

public class AlertUpdateReport extends Object implements Serializable
Alert Update Report.

Details which alerts were sucessfully updated and which ones failed.

Author:
Brett Snyder
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getSuccess

      public List<Alert> getSuccess()
      Get the alerts that were successfully updated.
      Returns:
      List of Alert successfully updated alerts
    • getFailed

      public List<Alert> getFailed()
      Get the alerts that could not be updated.
      Returns:
      List of Alert failed to update alerts