Class FailoverTestAlertCreateRequest

java.lang.Object
com.iland.core.web.rest.request.vpg.FailoverTestAlertCreateRequest
All Implemented Interfaces:
Serializable

public class FailoverTestAlertCreateRequest extends Object implements Serializable
Failover Test Alert Create Request.
Author:
Brett Snyder
See Also:
  • Constructor Details

    • FailoverTestAlertCreateRequest

      public FailoverTestAlertCreateRequest(String email, int weeksBeforeAlert)
  • Method Details

    • getEmail

      public String getEmail()
      Get the email associated with the alert.
      Returns:
      String email address
    • getWeeksBeforeAlert

      public int getWeeksBeforeAlert()
      Get the number of weeks that must elapse without a test failover before an alert is emailed.
      Returns:
      weeks before alert after last test failover
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object