class Source extends TUnion[Source, _Fields]

Autogenerated by Thrift Compiler (0.13.0)

DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

Annotations
@SuppressWarnings() @Generated()
Linear Supertypes
TUnion[Source, _Fields], TBase[Source, _Fields], Serializable, TSerializable, Comparable[Source], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Source
  2. TUnion
  3. TBase
  4. Serializable
  5. TSerializable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Source(other: Source)
  2. new Source(setField: _Fields, value: AnyRef)
  3. new Source()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkType(setField: _Fields, value: AnyRef): Unit
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  6. final def clear(): Unit
    Definition Classes
    TUnion → TBase
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def compareTo(other: Source): Int
    Definition Classes
    Source → Comparable
    Annotations
    @Override()
  9. def deepCopy(): Source
    Definition Classes
    Source → TBase
  10. def enumForId(id: Short): _Fields
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: Source): Boolean
  13. def equals(other: AnyRef): Boolean
    Definition Classes
    Source → AnyRef → Any
  14. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    Source → TBase
    Annotations
    @Nullable()
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getEntities(): EntitySource
  18. def getEvents(): EventSource
  19. def getFieldDesc(setField: _Fields): TField
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  20. def getFieldValue(arg0: Int): AnyRef
    Definition Classes
    TUnion
  21. def getFieldValue(arg0: _Fields): AnyRef
    Definition Classes
    TUnion → TBase
  22. def getFieldValue(): AnyRef
    Definition Classes
    TUnion
  23. def getJoinSource(): JoinSource
  24. def getSetField(): _Fields
    Definition Classes
    TUnion
  25. def getStructDesc(): TStruct
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  26. def hashCode(): Int
    Definition Classes
    Source → AnyRef → Any
    Annotations
    @Override()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isSet(arg0: Int): Boolean
    Definition Classes
    TUnion
  29. def isSet(arg0: _Fields): Boolean
    Definition Classes
    TUnion → TBase
  30. def isSet(): Boolean
    Definition Classes
    TUnion
  31. def isSetEntities(): Boolean
  32. def isSetEvents(): Boolean
  33. def isSetJoinSource(): Boolean
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def read(arg0: TProtocol): Unit
    Definition Classes
    TUnion → TSerializable
    Annotations
    @throws(classOf[org.apache.thrift.TException])
  38. def setEntities(value: EntitySource): Unit
  39. def setEvents(value: EventSource): Unit
  40. def setFieldValue(arg0: Int, arg1: AnyRef): Unit
    Definition Classes
    TUnion
  41. def setFieldValue(arg0: _Fields, arg1: AnyRef): Unit
    Definition Classes
    TUnion → TBase
  42. def setJoinSource(value: JoinSource): Unit
  43. def standardSchemeReadValue(iprot: TProtocol, field: TField): AnyRef
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  44. def standardSchemeWriteValue(oprot: TProtocol): Unit
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    TUnion → AnyRef → Any
  47. def tupleSchemeReadValue(iprot: TProtocol, fieldID: Short): AnyRef
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  48. def tupleSchemeWriteValue(oprot: TProtocol): Unit
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. def write(arg0: TProtocol): Unit
    Definition Classes
    TUnion → TSerializable
    Annotations
    @throws(classOf[org.apache.thrift.TException])

Inherited from TUnion[Source, _Fields]

Inherited from TBase[Source, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[Source]

Inherited from AnyRef

Inherited from Any

Ungrouped