Package com.testingbot.models
Class TestingbotLabCreateAck
- java.lang.Object
-
- com.testingbot.models.TestingbotLabCreateAck
-
- All Implemented Interfaces:
java.io.Serializable
public class TestingbotLabCreateAck extends java.lang.Object implements java.io.SerializableResponse from creating a Codeless test — carries the newlab_test_id.- Since:
- 1.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestingbotLabCreateAck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLabTestId()booleanisSuccess()voidsetLabTestId(int labTestId)voidsetSuccess(boolean success)
-