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