Class FailoverTestAlertResponse

java.lang.Object
com.iland.core.web.rest.response.vpg.FailoverTestAlertResponse
All Implemented Interfaces:
Serializable

public class FailoverTestAlertResponse extends Object implements Serializable
Failover Test Alert Response.
Author:
Brett Snyder
See Also:
  • Constructor Details

    • FailoverTestAlertResponse

      public FailoverTestAlertResponse(String vpgUuid, String username, String email, int weeksBeforeAlert)
  • Method Details

    • getVpgUuid

      public String getVpgUuid()
      Get the VPG uuid that the alert is for.
      Returns:
      String vpg uuid
    • getUsername

      public String getUsername()
      Get the username that the alert is for.
      Returns:
      String username
    • 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