Class FailoverTestAlertResponse
java.lang.Object
com.iland.core.web.rest.response.vpg.FailoverTestAlertResponse
- All Implemented Interfaces:
Serializable
Failover Test Alert Response.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFailoverTestAlertResponse(String vpgUuid, String username, String email, int weeksBeforeAlert) -
Method Summary
-
Constructor Details
-
FailoverTestAlertResponse
-
-
Method Details
-
getVpgUuid
Get the VPG uuid that the alert is for.- Returns:
Stringvpg uuid
-
getUsername
Get the username that the alert is for.- Returns:
Stringusername
-
getEmail
Get the email associated with the alert.- Returns:
Stringemail 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() -
equals
-