Object/Trait

com.gu.tagmanagement

Sponsorship

Related Docs: trait Sponsorship | package tagmanagement

Permalink

object Sponsorship extends ValidatingThriftStructCodec3[Sponsorship] with Serializable

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

Type Members

  1. class Immutable extends Sponsorship

    Permalink

    The default read-only implementation of Sponsorship.

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

  2. trait Proxy extends Sponsorship

    Permalink

    This Proxy trait allows you to extend the Sponsorship trait with additional state or behavior and implement the read-only methods from Sponsorship 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 AboutLinkField: TField

    Permalink
  5. val AboutLinkFieldManifest: Manifest[String]

    Permalink
  6. val HighContrastSponsorLogoField: TField

    Permalink
  7. val HighContrastSponsorLogoFieldManifest: Manifest[Image]

    Permalink
  8. val IdField: TField

    Permalink
  9. val IdFieldManifest: Manifest[Long]

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

    Permalink
  11. val NoPassthroughFields: Map[Short, TFieldBlob]

    Permalink
  12. val SponsorLinkField: TField

    Permalink
  13. val SponsorLinkFieldManifest: Manifest[String]

    Permalink
  14. val SponsorLogoField: TField

    Permalink
  15. val SponsorLogoFieldManifest: Manifest[Image]

    Permalink
  16. val SponsorNameField: TField

    Permalink
  17. val SponsorNameFieldManifest: Manifest[String]

    Permalink
  18. val SponsorshipTypeField: TField

    Permalink
  19. val SponsorshipTypeFieldI32: TField

    Permalink
  20. val SponsorshipTypeFieldManifest: Manifest[SponsorshipType]

    Permalink
  21. val Struct: TStruct

    Permalink
  22. val TargetingField: TField

    Permalink
  23. val TargetingFieldManifest: Manifest[SponsorshipTargeting]

    Permalink
  24. val ValidFromField: TField

    Permalink
  25. val ValidFromFieldManifest: Manifest[Long]

    Permalink
  26. val ValidToField: TField

    Permalink
  27. val ValidToFieldManifest: Manifest[Long]

    Permalink
  28. def apply(id: Long, sponsorshipType: SponsorshipType, sponsorName: String, sponsorLogo: Image, sponsorLink: String, targeting: Option[SponsorshipTargeting] = _root_.scala.None, aboutLink: Option[String] = _root_.scala.None, highContrastSponsorLogo: Option[Image] = _root_.scala.None, validFrom: Option[Long] = _root_.scala.None, validTo: Option[Long] = _root_.scala.None): Sponsorship

    Permalink
  29. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    Sponsorship → ThriftStructCodec
  33. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    Field information in declaration order.

  36. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  40. lazy val metaData: ThriftStructMetaData[Sponsorship]

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  48. def unapply(_item: Sponsorship): Option[(Long, SponsorshipType, String, Image, String, Option[SponsorshipTargeting], Option[String], Option[Image], Option[Long], Option[Long])]

    Permalink
  49. def validate(_item: Sponsorship): Unit

    Permalink

    Checks that all required fields are non-null.

  50. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]

    Permalink
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  51. def validateNewInstance(item: Sponsorship): 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
    Sponsorship → ValidatingThriftStructCodec3
  52. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def withoutPassthroughFields(original: Sponsorship): Sponsorship

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from ValidatingThriftStructCodec3[Sponsorship]

Inherited from ThriftStructCodec3[Sponsorship]

Inherited from ThriftStructCodec[Sponsorship]

Inherited from AnyRef

Inherited from Any

Ungrouped