com.foursquare.thriftexample.av.MovieException

MutableStructProxy

trait MutableStructProxy extends MutableStruct with StructProxy

Linear Supertypes
StructProxy, MutableStruct, JavaStructMutable[Struct, RawStruct, StructMeta], MutableRecord[Struct], Struct, TBase[Struct, Struct._Fields], Serializable, JavaStruct[Struct, RawStruct, StructMeta], Record[Struct], Ordered[Struct], Comparable[Struct], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MutableStructProxy
  2. StructProxy
  3. MutableStruct
  4. JavaStructMutable
  5. MutableRecord
  6. Struct
  7. TBase
  8. Serializable
  9. JavaStruct
  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

Abstract Value Members

  1. abstract def underlying: MutableStruct

    Attributes
    protected
    Definition Classes
    MutableStructProxyStructProxy

Concrete 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: Struct): Boolean

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

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

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

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

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

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

    Definition Classes
    Any
  11. def clear(): Unit

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

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

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

    Definition Classes
    Struct → Ordered → Comparable
  15. def copy(problems: Seq[String] = problemsOrNull): MutableStruct

    Definition Classes
    MutableStructProxyStructProxyMutableStructStruct
  16. def deepCopy(): Struct

    Definition Classes
    StructProxyStruct → TBase
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(that: Any): Boolean

    Definition Classes
    StructProxy → AnyRef → Any
  19. def fieldForId(id: Int): Struct._Fields

    Definition Classes
    StructProxy → TBase
  20. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  22. def getFieldValue(field: Struct._Fields): AnyRef

    Definition Classes
    StructProxy → TBase
  23. def hashCode(): Int

    Definition Classes
    StructProxy → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def isSet(field: Struct._Fields): Boolean

    Definition Classes
    StructProxy → TBase
  26. def merge(that: Struct): Unit

    Definition Classes
    MutableStructProxyMutableStruct → MutableRecord
  27. def mergeCopy(that: Struct): Struct

    Definition Classes
    StructProxyStruct → Record
  28. def meta: StructMeta

    Definition Classes
    StructProxyStruct → Record → UntypedRecord
  29. def mutable: MutableStruct

    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
    StructProxyStruct
  30. def mutableCopy(): MutableStruct

    Definition Classes
    StructProxyStruct
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  34. def problems(): Seq[String]

    Definition Classes
    StructProxy → JavaStruct
  35. def problemsIsSet(): Boolean

    Definition Classes
    StructProxy → JavaStruct
  36. def problemsOption(): Option[Seq[String]]

    Definition Classes
    StructProxy → JavaStruct
  37. def problemsOrDefault(): Seq[String]

    Definition Classes
    StructProxy → JavaStruct
  38. def problemsOrNull(): Seq[String]

    Definition Classes
    StructProxy → JavaStruct
  39. def problemsOrThrow(): Seq[String]

    Definition Classes
    StructProxy → JavaStruct
  40. def problemsUnset(): Unit

    Definition Classes
    MutableStructProxyMutableStruct
  41. def problems_=(x: Seq[String]): Unit

    Definition Classes
    MutableStructProxyMutableStruct
  42. def read(iprot: TProtocol): Unit

    Definition Classes
    StructProxy → TBase → UntypedRecord
  43. def setFieldValue(field: Struct._Fields, value: AnyRef): Unit

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

    Definition Classes
    AnyRef
  45. def toBuilder(): AllSpecified

    Definition Classes
    Struct
  46. def toException: MovieException

    Definition Classes
    Struct
  47. def toString(): String

    Definition Classes
    StructProxy → AnyRef → Any
  48. final def wait(): Unit

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

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

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

    Definition Classes
    StructProxyStruct → TBase → UntypedRecord

Inherited from StructProxy

Inherited from MutableStruct

Inherited from JavaStructMutable[Struct, RawStruct, StructMeta]

Inherited from MutableRecord[Struct]

Inherited from Struct

Inherited from TBase[Struct, Struct._Fields]

Inherited from Serializable

Inherited from JavaStruct[Struct, RawStruct, StructMeta]

Inherited from Record[Struct]

Inherited from Ordered[Struct]

Inherited from Comparable[Struct]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped