Package com.testingbot.models
Class TestingbotLabAlert
- java.lang.Object
-
- com.testingbot.models.TestingbotLabAlert
-
- All Implemented Interfaces:
java.io.Serializable
public class TestingbotLabAlert extends java.lang.Object implements java.io.SerializableAlert configuration for a Codeless test (kind,level, destination).- Since:
- 1.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestingbotLabAlert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLevel()java.lang.StringgetType()java.lang.StringgetValue()voidsetLevel(java.lang.String level)voidsetType(java.lang.String type)voidsetValue(java.lang.String value)
-
-
-
Method Detail
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getValue
public java.lang.String getValue()
-
setValue
public void setValue(java.lang.String value)
-
getLevel
public java.lang.String getLevel()
-
setLevel
public void setLevel(java.lang.String level)
-
-