final case class Alert(id: Option[String] = _root_.scala.None, name: Option[String] = _root_.scala.None, description: Option[String] = _root_.scala.None, isActive: Option[Boolean] = _root_.scala.None, severity: AlertSeverity = ..., expiration: Option[Date] = _root_.scala.None, condition: Option[AlertCondition] = _root_.scala.None, notifications: Option[AlertNotifications] = _root_.scala.None, filters: Option[AlertFilters] = _root_.scala.None, notifyEvery: Option[Double] = _root_.scala.None, activeWhen: Option[AlertActiveWhen] = _root_.scala.None, notificationPayloadFilters: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Alert
  2. GeneratedMessage
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Alert(id: Option[String] = _root_.scala.None, name: Option[String] = _root_.scala.None, description: Option[String] = _root_.scala.None, isActive: Option[Boolean] = _root_.scala.None, severity: AlertSeverity = ..., expiration: Option[Date] = _root_.scala.None, condition: Option[AlertCondition] = _root_.scala.None, notifications: Option[AlertNotifications] = _root_.scala.None, filters: Option[AlertFilters] = _root_.scala.None, notifyEvery: Option[Double] = _root_.scala.None, activeWhen: Option[AlertActiveWhen] = _root_.scala.None, notificationPayloadFilters: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val activeWhen: Option[AlertActiveWhen]
  5. def addAllNotificationPayloadFilters(__vs: Iterable[String]): Alert
  6. def addNotificationPayloadFilters(__vs: String*): Alert
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clearActiveWhen: Alert
  9. def clearCondition: Alert
  10. def clearDescription: Alert
  11. def clearExpiration: Alert
  12. def clearFilters: Alert
  13. def clearId: Alert
  14. def clearIsActive: Alert
  15. def clearName: Alert
  16. def clearNotificationPayloadFilters: Alert
  17. def clearNotifications: Alert
  18. def clearNotifyEvery: Alert
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  20. def companion: Alert.type
    Definition Classes
    Alert → GeneratedMessage
  21. val condition: Option[AlertCondition]
  22. val description: Option[String]
  23. def discardUnknownFields: Alert
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. val expiration: Option[Date]
  26. val filters: Option[AlertFilters]
  27. def getActiveWhen: AlertActiveWhen
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  29. def getCondition: AlertCondition
  30. def getDescription: String
  31. def getExpiration: Date
  32. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Alert → GeneratedMessage
  33. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Alert → GeneratedMessage
  34. def getFilters: AlertFilters
  35. def getId: String
  36. def getIsActive: Boolean
  37. def getName: String
  38. def getNotifications: AlertNotifications
  39. def getNotifyEvery: Double
  40. val id: Option[String]
  41. val isActive: Option[Boolean]
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. val name: Option[String]
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. val notificationPayloadFilters: Seq[String]
  46. val notifications: Option[AlertNotifications]
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  49. val notifyEvery: Option[Double]
  50. def serializedSize: Int
    Definition Classes
    Alert → GeneratedMessage
  51. val severity: AlertSeverity
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  54. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  55. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  56. def toProtoString: String
    Definition Classes
    Alert → GeneratedMessage
  57. val unknownFields: UnknownFieldSet
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def withActiveWhen(__v: AlertActiveWhen): Alert
  62. def withCondition(__v: AlertCondition): Alert
  63. def withDescription(__v: String): Alert
  64. def withExpiration(__v: Date): Alert
  65. def withFilters(__v: AlertFilters): Alert
  66. def withId(__v: String): Alert
  67. def withIsActive(__v: Boolean): Alert
  68. def withName(__v: String): Alert
  69. def withNotificationPayloadFilters(__v: Seq[String]): Alert
  70. def withNotifications(__v: AlertNotifications): Alert
  71. def withNotifyEvery(__v: Double): Alert
  72. def withSeverity(__v: AlertSeverity): Alert
  73. def withUnknownFields(__v: UnknownFieldSet): Alert
  74. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  75. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Alert → GeneratedMessage
  76. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped