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 IdentityIdField: TField
  24. val IdentityIdFieldManifest: Manifest[String]
  25. val LabelsField: TField
  26. val LabelsFieldManifest: Manifest[Set[String]]
  27. val NoPassthroughFields: Map[Short, TFieldBlob]
  28. val PaymentFrequencyField: TField
  29. val PaymentFrequencyFieldI32: TField
  30. val PaymentFrequencyFieldManifest: Manifest[PaymentFrequency]
  31. val PaymentProviderField: TField
  32. val PaymentProviderFieldI32: TField
  33. val PaymentProviderFieldManifest: Manifest[PaymentProvider]
  34. val PlatformField: TField
  35. val PlatformFieldI32: TField
  36. val PlatformFieldManifest: Manifest[Platform]
  37. val PrintOptionsField: TField
  38. val PrintOptionsFieldManifest: Manifest[PrintOptions]
  39. val ProductField: TField
  40. val ProductFieldI32: TField
  41. val ProductFieldManifest: Manifest[Product]
  42. val PromoCodeField: TField
  43. val PromoCodeFieldManifest: Manifest[String]
  44. val QueryParametersField: TField
  45. val QueryParametersFieldManifest: Manifest[Set[QueryParameter]]
  46. val ReferrerPageViewIdField: TField
  47. val ReferrerPageViewIdFieldManifest: Manifest[String]
  48. val ReferrerUrlField: TField
  49. val ReferrerUrlFieldManifest: Manifest[String]
  50. val SourceField: TField
  51. val SourceFieldI32: TField
  52. val SourceFieldManifest: Manifest[AcquisitionSource]
  53. val Struct: TStruct
  54. 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, identityId: Option[String] = _root_.scala.None, queryParameters: Option[Set[QueryParameter]] = _root_.scala.None): Acquisition
  55. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  56. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  57. def decode(_iprot: TProtocol): Acquisition
    Definition Classes
    Acquisition → ThriftStructCodec
  58. def encode(_item: Acquisition, _oproto: TProtocol): Unit
    Definition Classes
    Acquisition → ThriftStructCodec
  59. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  60. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  61. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  62. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  63. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  64. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  65. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  66. lazy val metaData: ThriftStructMetaData[Acquisition]
    Definition Classes
    ThriftStructCodec
  67. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  68. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  69. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  70. lazy val structAnnotations: Map[String, String]
  71. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  72. def toString(): String
    Definition Classes
    AnyRef → Any
  73. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  74. 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]], Option[String], Option[Set[QueryParameter]])]
  75. def validate(_item: Acquisition): Unit

    Checks that all required fields are non-null.

  76. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  79. def withoutPassthroughFields(original: Acquisition): Acquisition
  80. 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