com.foursquare.thriftexample.av

RawTvShow

final class RawTvShow extends JavaTvShowRaw[TvShow, RawTvShow, TvShowMeta] with MutableTvShow

Linear Supertypes
MutableTvShow, TvShow, TBase[TvShow, TvShow._Fields], Serializable, JavaTvShowRaw[TvShow, RawTvShow, TvShowMeta], JavaTvShowMutable[TvShow, RawTvShow, TvShowMeta], MutableRecord[TvShow], JavaTvShow[TvShow, RawTvShow, TvShowMeta], Record[TvShow], Ordered[TvShow], Comparable[TvShow], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawTvShow
  2. MutableTvShow
  3. TvShow
  4. TBase
  5. Serializable
  6. JavaTvShowRaw
  7. JavaTvShowMutable
  8. MutableRecord
  9. JavaTvShow
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawTvShow()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <(that: TvShow): Boolean

    Definition Classes
    TvShow → Ordered
  5. def <=(that: TvShow): Boolean

    Definition Classes
    TvShow → Ordered
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >(that: TvShow): Boolean

    Definition Classes
    TvShow → Ordered
  9. def >=(that: TvShow): Boolean

    Definition Classes
    TvShow → Ordered
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clear(): Unit

    Definition Classes
    RawTvShow → TBase
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compare(that: TvShow): Int

    Definition Classes
    TvShow → Ordered
  14. def compareTo(that: TvShow): Int

    Definition Classes
    TvShow → Ordered → Comparable
  15. def copy(name: String = nameOrNull, description: String = descriptionOrNull): RawTvShow

    Definition Classes
    RawTvShowMutableTvShowTvShow
  16. def deepCopy(): RawTvShow

    Definition Classes
    RawTvShowTvShow → TBase
  17. def descriptionIsSet(): Boolean

    Definition Classes
    RawTvShow → JavaTvShow
  18. def descriptionOption(): Option[String]

    Definition Classes
    RawTvShow → JavaTvShow
  19. def descriptionOrNull(): String

    Definition Classes
    RawTvShow → JavaTvShow
  20. def descriptionOrThrow(): String

    Definition Classes
    RawTvShow → JavaTvShow
  21. def descriptionUnset(): Unit

    Definition Classes
    RawTvShowMutableTvShow
  22. def description_=(x: String): Unit

    Definition Classes
    RawTvShowMutableTvShow
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(that: TvShow): Boolean

  25. def equals(that: Any): Boolean

    Definition Classes
    RawTvShow → AnyRef → Any
  26. def fieldForId(id: Int): TvShow._Fields

    Definition Classes
    RawTvShow → TBase
  27. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  29. def getFieldValue(field: TvShow._Fields): AnyRef

    Definition Classes
    RawTvShow → TBase
  30. def getSetFields: Seq[Any]

  31. def hashCode(): Int

    Definition Classes
    RawTvShow → AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. def isSet(field: TvShow._Fields): Boolean

    Definition Classes
    RawTvShow → TBase
  34. def merge(that: TvShow): Unit

    Definition Classes
    RawTvShowMutableTvShow → MutableRecord
  35. def mergeCopy(that: TvShow): TvShow

    Definition Classes
    RawTvShowTvShow → Record
  36. def meta: TvShowMeta

    Definition Classes
    RawTvShowTvShow → Record → UntypedRecord
  37. def mutable: MutableTvShow

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

    Definition Classes
    MutableTvShowTvShow
  38. def mutableCopy(): MutableTvShow

    Definition Classes
    TvShow
  39. def name(): String

    Definition Classes
    RawTvShow → JavaTvShow
  40. def nameIsSet(): Boolean

    Definition Classes
    RawTvShow → JavaTvShow
  41. def nameOption(): Option[String]

    Definition Classes
    RawTvShow → JavaTvShow
  42. def nameOrNull(): String

    Definition Classes
    RawTvShow → JavaTvShow
  43. def nameOrThrow(): String

    Definition Classes
    RawTvShow → JavaTvShow
  44. def nameUnset(): Unit

    Definition Classes
    RawTvShowMutableTvShow
  45. def name_=(x: String): Unit

    Definition Classes
    RawTvShowMutableTvShow
  46. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  47. final def notify(): Unit

    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  49. def read(iprot: TProtocol): Unit

    Definition Classes
    RawTvShow → TBase → UntypedRecord
  50. def setFieldValue(field: TvShow._Fields, value: AnyRef): Unit

    Definition Classes
    RawTvShow → TBase
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toBuilder(): AllSpecified

    Definition Classes
    TvShow
  53. def toString(): String

    Definition Classes
    RawTvShow → AnyRef → Any
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def write(oprot: TProtocol): Unit

    Definition Classes
    RawTvShowTvShow → TBase → UntypedRecord

Inherited from MutableTvShow

Inherited from TvShow

Inherited from TBase[TvShow, TvShow._Fields]

Inherited from Serializable

Inherited from JavaTvShowRaw[TvShow, RawTvShow, TvShowMeta]

Inherited from JavaTvShowMutable[TvShow, RawTvShow, TvShowMeta]

Inherited from MutableRecord[TvShow]

Inherited from JavaTvShow[TvShow, RawTvShow, TvShowMeta]

Inherited from Record[TvShow]

Inherited from Ordered[TvShow]

Inherited from Comparable[TvShow]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped