Class AlertDeliverySpec

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

public class AlertDeliverySpec extends Object implements Serializable
Alert Delivery Spec.
Author:
Brett Snyder
See Also:
  • Constructor Details

    • AlertDeliverySpec

      public AlertDeliverySpec(boolean email)
      Constructs an AlertDeliverySpec instance with the specified configuration for email notifications.
      Parameters:
      email - a boolean indicating whether email notifications are enabled
  • Method Details

    • isEmail

      public boolean isEmail()
      Get whether email notification is enabled.
      Returns:
      is email notification enabled
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object