Class TestingbotLabAlert

  • All Implemented Interfaces:
    java.io.Serializable

    public class TestingbotLabAlert
    extends java.lang.Object
    implements java.io.Serializable
    Alert configuration for a Codeless test (kind, level, destination).
    Since:
    1.1.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLevel()  
      java.lang.String getType()  
      java.lang.String getValue()  
      void setLevel​(java.lang.String level)  
      void setType​(java.lang.String type)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestingbotLabAlert

        public TestingbotLabAlert()
    • 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)