Packages

final case class RatioAlert(alias: Option[String] = _root_.scala.None, text: Option[String] = _root_.scala.None, severities: Seq[LogSeverity] = _root_.scala.Seq.empty, applications: Seq[String] = _root_.scala.Seq.empty, subsystems: 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. RatioAlert
  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 RatioAlert(alias: Option[String] = _root_.scala.None, text: Option[String] = _root_.scala.None, severities: Seq[LogSeverity] = _root_.scala.Seq.empty, applications: Seq[String] = _root_.scala.Seq.empty, subsystems: 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. def addAllApplications(__vs: Iterable[String]): RatioAlert
  5. def addAllSeverities(__vs: Iterable[LogSeverity]): RatioAlert
  6. def addAllSubsystems(__vs: Iterable[String]): RatioAlert
  7. def addApplications(__vs: String*): RatioAlert
  8. def addSeverities(__vs: LogSeverity*): RatioAlert
  9. def addSubsystems(__vs: String*): RatioAlert
  10. val alias: Option[String]
  11. val applications: Seq[String]
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clearAlias: RatioAlert
  14. def clearApplications: RatioAlert
  15. def clearSeverities: RatioAlert
  16. def clearSubsystems: RatioAlert
  17. def clearText: RatioAlert
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  19. def companion: RatioAlert.type
    Definition Classes
    RatioAlert → GeneratedMessage
  20. def discardUnknownFields: RatioAlert
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def getAlias: String
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    RatioAlert → GeneratedMessage
  25. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    RatioAlert → GeneratedMessage
  26. def getText: String
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. def serializedSize: Int
    Definition Classes
    RatioAlert → GeneratedMessage
  32. val severities: Seq[LogSeverity]
  33. val subsystems: Seq[String]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. val text: Option[String]
  36. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  37. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  38. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  39. def toProtoString: String
    Definition Classes
    RatioAlert → GeneratedMessage
  40. val unknownFields: UnknownFieldSet
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def withAlias(__v: String): RatioAlert
  45. def withApplications(__v: Seq[String]): RatioAlert
  46. def withSeverities(__v: Seq[LogSeverity]): RatioAlert
  47. def withSubsystems(__v: Seq[String]): RatioAlert
  48. def withText(__v: String): RatioAlert
  49. def withUnknownFields(__v: UnknownFieldSet): RatioAlert
  50. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  51. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    RatioAlert → GeneratedMessage
  52. 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