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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Source
- TUnion
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkType(setField: _Fields, value: AnyRef): Unit
- final def clear(): Unit
- Definition Classes
- TUnion → TBase
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compareTo(other: Source): Int
- Definition Classes
- Source → Comparable
- Annotations
- @Override()
- def deepCopy(): Source
- Definition Classes
- Source → TBase
- def enumForId(id: Short): _Fields
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Source): Boolean
- def equals(other: AnyRef): Boolean
- Definition Classes
- Source → AnyRef → Any
- def fieldForId(fieldId: Int): _Fields
- Definition Classes
- Source → TBase
- Annotations
- @Nullable()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getEntities(): EntitySource
- def getEvents(): EventSource
- def getFieldDesc(setField: _Fields): TField
- def getFieldValue(arg0: Int): AnyRef
- Definition Classes
- TUnion
- def getFieldValue(arg0: _Fields): AnyRef
- Definition Classes
- TUnion → TBase
- def getFieldValue(): AnyRef
- Definition Classes
- TUnion
- def getJoinSource(): JoinSource
- def getSetField(): _Fields
- Definition Classes
- TUnion
- def getStructDesc(): TStruct
- def hashCode(): Int
- Definition Classes
- Source → AnyRef → Any
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSet(arg0: Int): Boolean
- Definition Classes
- TUnion
- def isSet(arg0: _Fields): Boolean
- Definition Classes
- TUnion → TBase
- def isSet(): Boolean
- Definition Classes
- TUnion
- def isSetEntities(): Boolean
- def isSetEvents(): Boolean
- def isSetJoinSource(): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def read(arg0: TProtocol): Unit
- Definition Classes
- TUnion → TSerializable
- Annotations
- @throws(classOf[org.apache.thrift.TException])
- def setEntities(value: EntitySource): Unit
- def setEvents(value: EventSource): Unit
- def setFieldValue(arg0: Int, arg1: AnyRef): Unit
- Definition Classes
- TUnion
- def setFieldValue(arg0: _Fields, arg1: AnyRef): Unit
- Definition Classes
- TUnion → TBase
- def setJoinSource(value: JoinSource): Unit
- def standardSchemeReadValue(iprot: TProtocol, field: TField): AnyRef
- def standardSchemeWriteValue(oprot: TProtocol): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- TUnion → AnyRef → Any
- def tupleSchemeReadValue(iprot: TProtocol, fieldID: Short): AnyRef
- def tupleSchemeWriteValue(oprot: TProtocol): Unit
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def write(arg0: TProtocol): Unit
- Definition Classes
- TUnion → TSerializable
- Annotations
- @throws(classOf[org.apache.thrift.TException])