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. object Immutable extends ThriftStructCodec3[Notification] with Serializable

  12. val MessageField: TField

  13. val MessageFieldManifest: Manifest[String]

  14. val OperationField: TField

  15. val OperationFieldManifest: Manifest[String]

  16. val ResourceIdField: TField

  17. val ResourceIdFieldManifest: Manifest[String]

  18. val Struct: TStruct

  19. val UserEmailField: TField

  20. val UserEmailFieldManifest: Manifest[String]

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

  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. def clone(): AnyRef

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

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

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

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

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

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

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

    Field information in declaration order.

  31. def finalize(): Unit

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  41. def toString(): String

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

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

  44. def validate(_item: Notification): Unit

    Checks that all required fields are non-null.

  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. 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