Class TestResultPojo

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.rest.topology.TestResultPojo
All Implemented Interfaces:
Serializable

public class TestResultPojo extends BasePOJO
Class used for storing the results of an endpoint test from the REST API
See Also:
  • Constructor Details

    • TestResultPojo

      public TestResultPojo()
  • Method Details

    • setSuccessful

      public void setSuccessful(boolean pSuccessful)
    • isSuccessful

      public boolean isSuccessful()
    • setMessage

      public void setMessage(String pMessage)
    • getMessage

      public String getMessage()
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object