org.sisioh.aws4s.eb.model

RichEventDescription

Related Doc: package model

final class RichEventDescription extends AnyVal with PimpedType[EventDescription]

Linear Supertypes
PimpedType[EventDescription], AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichEventDescription
  2. PimpedType
  3. AnyVal
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichEventDescription(underlying: EventDescription)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. def applicationNameOpt: Option[String]

  5. def applicationNameOpt_=(value: Option[String]): Unit

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def environmentNameOpt: Option[String]

  8. def environmentNameOpt_=(value: Option[String]): Unit

  9. def eventDateOpt: Option[Date]

  10. def eventDateOpt_=(value: Option[Date]): Unit

  11. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. def messageOpt: Option[String]

  14. def messageOpt_=(value: Option[String]): Unit

  15. def requestIdOpt: Option[String]

  16. def requestIdOpt_=(value: Option[String]): Unit

  17. def severityOpt: Option[String]

  18. def severityOpt_=(value: Option[String]): Unit

  19. def templateNameOpt: Option[String]

  20. def templateNameOpt_=(value: Option[String]): Unit

  21. def toString(): String

    Definition Classes
    Any
  22. val underlying: EventDescription

    Definition Classes
    RichEventDescription → PimpedType
  23. def versionLabelOpt: Option[String]

  24. def versionLabelOpt_=(value: Option[String]): Unit

  25. def withApplicationNameOpt(value: Option[String]): EventDescription

  26. def withEnvironmentNameOpt(value: Option[String]): EventDescription

  27. def withMessageOpt(value: Option[String]): EventDescription

  28. def withRequestIdOpt(value: Option[String]): EventDescription

  29. def withSeverityOpt(value: Option[String]): EventDescription

  30. def withTemplateNameOpt(value: Option[String]): EventDescription

  31. def withVersionLabelOpt(value: Option[String]): EventDescription

Inherited from PimpedType[EventDescription]

Inherited from AnyVal

Inherited from Any

Ungrouped