object Acquisition extends ThriftStructCodec3[Acquisition] with Serializable

Represents monetary contribution made by a reader via this page.

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[Acquisition], ThriftStructCodec[Acquisition], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Acquisition
  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 Acquisition

    The default read-only implementation of Acquisition.

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

  2. trait Proxy extends Acquisition

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AbTestsField: TField
  5. val AbTestsFieldManifest: Manifest[AbTestInfo]
  6. val AmountField: TField
  7. val AmountFieldManifest: Manifest[Double]
  8. val CampaignCodeField: TField
  9. val CampaignCodeFieldManifest: Manifest[Set[String]]
  10. val ComponentIdField: TField
  11. val ComponentIdFieldManifest: Manifest[String]
  12. val ComponentTypeV2Field: TField
  13. val ComponentTypeV2FieldI32: TField
  14. val ComponentTypeV2FieldManifest: Manifest[ComponentType]
  15. val CountryCodeField: TField
  16. val CountryCodeFieldManifest: Manifest[String]
  17. val CurrencyField: TField
  18. val CurrencyFieldManifest: Manifest[String]
  19. val DiscountLengthInMonthsField: TField
  20. val DiscountLengthInMonthsFieldManifest: Manifest[Short]
  21. val DiscountPercentageField: TField
  22. val DiscountPercentageFieldManifest: Manifest[Double]
  23. val LabelsField: TField
  24. val LabelsFieldManifest: Manifest[Set[String]]
  25. val NoPassthroughFields: Map[Short, TFieldBlob]
  26. val PaymentFrequencyField: TField
  27. val PaymentFrequencyFieldI32: TField
  28. val PaymentFrequencyFieldManifest: Manifest[PaymentFrequency]
  29. val PaymentProviderField: TField
  30. val PaymentProviderFieldI32: TField
  31. val PaymentProviderFieldManifest: Manifest[PaymentProvider]
  32. val PlatformField: TField
  33. val PlatformFieldI32: TField
  34. val PlatformFieldManifest: Manifest[Platform]
  35. val PrintOptionsField: TField
  36. val PrintOptionsFieldManifest: Manifest[PrintOptions]
  37. val ProductField: TField
  38. val ProductFieldI32: TField
  39. val ProductFieldManifest: Manifest[Product]
  40. val PromoCodeField: TField
  41. val PromoCodeFieldManifest: Manifest[String]
  42. val ReferrerPageViewIdField: TField
  43. val ReferrerPageViewIdFieldManifest: Manifest[String]
  44. val ReferrerUrlField: TField
  45. val ReferrerUrlFieldManifest: Manifest[String]
  46. val SourceField: TField
  47. val SourceFieldI32: TField
  48. val SourceFieldManifest: Manifest[AcquisitionSource]
  49. val Struct: TStruct
  50. def apply(product: Product, paymentFrequency: PaymentFrequency, currency: String, amount: Double, paymentProvider: Option[PaymentProvider] = _root_.scala.None, campaignCode: Option[Set[String]] = _root_.scala.None, abTests: Option[AbTestInfo] = _root_.scala.None, countryCode: Option[String] = _root_.scala.None, referrerPageViewId: Option[String] = _root_.scala.None, referrerUrl: Option[String] = _root_.scala.None, componentId: Option[String] = _root_.scala.None, componentTypeV2: Option[ComponentType] = _root_.scala.None, source: Option[AcquisitionSource] = _root_.scala.None, printOptions: Option[PrintOptions] = _root_.scala.None, platform: Option[Platform] = _root_.scala.None, discountLengthInMonths: Option[Short] = _root_.scala.None, discountPercentage: Option[Double] = _root_.scala.None, promoCode: Option[String] = _root_.scala.None, labels: Option[Set[String]] = _root_.scala.None): Acquisition
  51. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  52. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  53. def decode(_iprot: TProtocol): Acquisition
    Definition Classes
    Acquisition → ThriftStructCodec
  54. def encode(_item: Acquisition, _oproto: TProtocol): Unit
    Definition Classes
    Acquisition → ThriftStructCodec
  55. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  56. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  57. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  58. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  59. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  60. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  61. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  62. lazy val metaData: ThriftStructMetaData[Acquisition]
    Definition Classes
    ThriftStructCodec
  63. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  64. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  65. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. lazy val structAnnotations: Map[String, String]
  67. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  68. def toString(): String
    Definition Classes
    AnyRef → Any
  69. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  70. def unapply(_item: Acquisition): Option[(Product, PaymentFrequency, String, Double, Option[PaymentProvider], Option[Set[String]], Option[AbTestInfo], Option[String], Option[String], Option[String], Option[String], Option[ComponentType], Option[AcquisitionSource], Option[PrintOptions], Option[Platform], Option[Short], Option[Double], Option[String], Option[Set[String]])]
  71. def validate(_item: Acquisition): Unit

    Checks that all required fields are non-null.

  72. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  75. def withoutPassthroughFields(original: Acquisition): Acquisition
  76. object Immutable extends ThriftStructCodec3[Acquisition] with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[Acquisition]

Inherited from ThriftStructCodec[Acquisition]

Inherited from AnyRef

Inherited from Any

Ungrouped