Object/Trait

com.gu.crier.model.event.v1

EventPayload

Related Docs: trait EventPayload | package v1

Permalink

object EventPayload extends ValidatingThriftStructCodec3[EventPayload]

Annotations
@Generated()
Linear Supertypes
ValidatingThriftStructCodec3[EventPayload], ThriftStructCodec3[EventPayload], ThriftStructCodec[EventPayload], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventPayload
  2. ValidatingThriftStructCodec3
  3. ThriftStructCodec3
  4. ThriftStructCodec
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Atom(atom: AtomAlias) extends EventPayload with Product with Serializable

    Permalink
  2. case class Content(content: ContentAlias) extends EventPayload with Product with Serializable

    Permalink
  3. case class DeletedContent(deletedContent: DeletedContentAlias) extends EventPayload with Product with Serializable

    Permalink
  4. case class RetrievableContent(retrievableContent: RetrievableContentAlias) extends EventPayload with Product with Serializable

    Permalink
  5. case class UnknownUnionField extends EventPayload with Product with Serializable

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Atom extends (AtomAlias) ⇒ Atom with Serializable

    Permalink
  5. val AtomField: TField

    Permalink
  6. val AtomFieldManifest: Manifest[Atom]

    Permalink
  7. object Content extends (ContentAlias) ⇒ Content with Serializable

    Permalink
  8. val ContentField: TField

    Permalink
  9. val ContentFieldManifest: Manifest[Content]

    Permalink
  10. object DeletedContent extends (DeletedContentAlias) ⇒ DeletedContent with Serializable

    Permalink
  11. val DeletedContentField: TField

    Permalink
  12. val DeletedContentFieldManifest: Manifest[DeletedContent]

    Permalink
  13. object RetrievableContent extends (RetrievableContentAlias) ⇒ RetrievableContent with Serializable

    Permalink
  14. val RetrievableContentField: TField

    Permalink
  15. val RetrievableContentFieldManifest: Manifest[RetrievableContent]

    Permalink
  16. val Union: TStruct

    Permalink
  17. def apply(_iprot: TProtocol): EventPayload

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clone(): AnyRef

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

    Permalink
    Definition Classes
    EventPayload → ThriftStructCodec
  21. def encode(_item: EventPayload, _oprot: TProtocol): Unit

    Permalink
    Definition Classes
    EventPayload → ThriftStructCodec
  22. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. lazy val fieldInfos: List[ThriftUnionFieldInfo[_ <: EventPayload, _]]

    Permalink

    Field information in declaration order.

  25. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  28. lazy val metaData: ThriftStructMetaData[EventPayload]

    Permalink
    Definition Classes
    EventPayload → ThriftStructCodec
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. val structAnnotations: Map[String, String]

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

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

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  36. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]

    Permalink
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  37. def validateNewInstance(item: EventPayload): Seq[Issue]

    Permalink

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    EventPayload → ValidatingThriftStructCodec3
  38. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withoutPassthroughFields(struct: EventPayload): EventPayload

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ValidatingThriftStructCodec3[EventPayload]

Inherited from ThriftStructCodec3[EventPayload]

Inherited from ThriftStructCodec[EventPayload]

Inherited from AnyRef

Inherited from Any

Ungrouped