Class TestingbotLabCreateAck

  • All Implemented Interfaces:
    java.io.Serializable

    public class TestingbotLabCreateAck
    extends java.lang.Object
    implements java.io.Serializable
    Response from creating a Codeless test — carries the new lab_test_id.
    Since:
    1.1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • TestingbotLabCreateAck

        public TestingbotLabCreateAck()
    • Method Detail

      • isSuccess

        public boolean isSuccess()
      • setSuccess

        public void setSuccess​(boolean success)
      • getLabTestId

        public int getLabTestId()
      • setLabTestId

        public void setLabTestId​(int labTestId)