Class TestResultPojo
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.rest.topology.TestResultPojo
- All Implemented Interfaces:
Serializable
Class used for storing the results of an endpoint test from the REST API
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetMessage(String pMessage) voidsetSuccessful(boolean pSuccessful) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
TestResultPojo
public TestResultPojo()
-
-
Method Details
-
setSuccessful
public void setSuccessful(boolean pSuccessful) -
isSuccessful
public boolean isSuccessful() -
setMessage
-
getMessage
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-