Class FailoverTestStopCreateRequest
java.lang.Object
com.iland.core.web.rest.request.vpg.FailoverTestStopCreateRequest
- All Implemented Interfaces:
Serializable
Failover Test Stop Create Request.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFailoverTestStopCreateRequest(boolean failoverTestSuccess, String failoverTestSummary) Instantiates a new failover test stop params. -
Method Summary
Modifier and TypeMethodDescriptionGets the failover test summary.booleanChecks if is failover test success.toString()
-
Constructor Details
-
FailoverTestStopCreateRequest
Instantiates a new failover test stop params.- Parameters:
failoverTestSuccess- the failover test successfailoverTestSummary- the failover test summary
-
-
Method Details