com.gu.auditing.model.v1

Notification

object Notification extends ThriftStructCodec3[Notification] with Serializable

Basic message *

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[Notification], ThriftStructCodec[Notification], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Notification
  2. Serializable
  3. Serializable
  4. ThriftStructCodec3
  5. ThriftStructCodec
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends Notification

    The default read-only implementation of Notification.

  2. trait Proxy extends Notification

    This Proxy trait allows you to extend the Notification trait with additional state or behavior and implement the read-only methods from Notification using an underlying instance.

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

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

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. val AppField: TField

  7. val AppFieldI32: TField

  8. val AppFieldManifest: Manifest[App]

  9. val DateField: TField

  10. val DateFieldManifest: Manifest[String]

  11. val ExpiryDateField: TField

  12. val ExpiryDateFieldManifest: Manifest[String]

  13. object Immutable extends ThriftStructCodec3[Notification] with Serializable

  14. val MessageField: TField

  15. val MessageFieldManifest: Manifest[String]

  16. val OperationField: TField

  17. val OperationFieldManifest: Manifest[String]

  18. val ResourceIdField: TField

  19. val ResourceIdFieldManifest: Manifest[String]

  20. val ShortMessageField: TField

  21. val ShortMessageFieldManifest: Manifest[String]

  22. val Struct: TStruct

  23. val UserEmailField: TField

  24. val UserEmailFieldManifest: Manifest[String]

  25. def apply(app: App, operation: String, userEmail: String, date: String, resourceId: Option[String] = _root_.scala.None, message: Option[String] = _root_.scala.None, shortMessage: Option[String] = _root_.scala.None, expiryDate: Option[String] = _root_.scala.None): Notification

  26. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  27. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def decode(_iprot: TProtocol): Notification

    Definition Classes
    Notification → ThriftStructCodec
  29. val decoder: (TProtocol) ⇒ Notification

    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  30. def encode(_item: Notification, _oproto: TProtocol): Unit

    Definition Classes
    Notification → ThriftStructCodec
  31. val encoder: (Notification, TProtocol) ⇒ Unit

    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  32. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  34. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  35. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  37. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. lazy val metaData: ThriftStructMetaData[Notification]

    Definition Classes
    ThriftStructCodec
  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  43. lazy val structAnnotations: Map[String, String]

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. def ttypeToString(byte: Byte): String

    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  47. def unapply(_item: Notification): Option[Product8[App, String, String, String, Option[String], Option[String], Option[String], Option[String]]]

  48. def validate(_item: Notification): Unit

    Checks that all required fields are non-null.

  49. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def withoutPassthroughFields(original: Notification): Notification

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[Notification]

Inherited from ThriftStructCodec[Notification]

Inherited from AnyRef

Inherited from Any

Ungrouped