Object/Trait

com.gu.contentatom.thrift.atom.quiz

ResultBucket

Related Docs: trait ResultBucket | package quiz

Permalink

object ResultBucket extends ThriftStructCodec3[ResultBucket] with Serializable

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[ResultBucket], ThriftStructCodec[ResultBucket], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultBucket
  2. Serializable
  3. Serializable
  4. ThriftStructCodec3
  5. ThriftStructCodec
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends ResultBucket

    Permalink

    The default read-only implementation of ResultBucket.

    The default read-only implementation of ResultBucket. You typically should not need to directly reference this class; instead, use the ResultBucket.apply method to construct new instances.

  2. trait Proxy extends ResultBucket

    Permalink

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

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. val AssetsField: TField

    Permalink
  5. val AssetsFieldManifest: Manifest[Seq[Asset]]

    Permalink
  6. val DescriptionField: TField

    Permalink
  7. val DescriptionFieldManifest: Manifest[String]

    Permalink
  8. val IdField: TField

    Permalink
  9. val IdFieldManifest: Manifest[String]

    Permalink
  10. object Immutable extends ThriftStructCodec3[ResultBucket] with Serializable

    Permalink
  11. val ShareField: TField

    Permalink
  12. val ShareFieldManifest: Manifest[String]

    Permalink
  13. val Struct: TStruct

    Permalink
  14. val TitleField: TField

    Permalink
  15. val TitleFieldManifest: Manifest[String]

    Permalink
  16. def apply(assets: Option[Seq[Asset]] = _root_.scala.None, description: String, title: String, share: String, id: String): ResultBucket

    Permalink
  17. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    ResultBucket → ThriftStructCodec
  20. def encode(_item: ResultBucket, _oproto: TProtocol): Unit

    Permalink
    Definition Classes
    ResultBucket → ThriftStructCodec
  21. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    Field information in declaration order.

  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  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[ResultBucket]

    Permalink
    Definition Classes
    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. lazy 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. def unapply(_item: ResultBucket): Option[(Option[Seq[Asset]], String, String, String, String)]

    Permalink
  37. def validate(_item: ResultBucket): Unit

    Permalink

    Checks that all required fields are non-null.

  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withoutPassthroughFields(original: ResultBucket): ResultBucket

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[ResultBucket]

Inherited from ThriftStructCodec[ResultBucket]

Inherited from AnyRef

Inherited from Any

Ungrouped