com.foursquare.thriftexample.talent

RawActor

final class RawActor extends JavaActorRaw[Person, Actor, RawActor, ActorMeta] with MutableActor

Linear Supertypes
MutableActor, Actor, TBase[Actor, Actor._Fields], Serializable, JavaActorRaw[Person, Actor, RawActor, ActorMeta], JavaActorMutable[Person, Actor, RawActor, ActorMeta], MutableRecord[Actor], JavaActor[Person, Actor, RawActor, ActorMeta], Record[Actor], Ordered[Actor], Comparable[Actor], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawActor
  2. MutableActor
  3. Actor
  4. TBase
  5. Serializable
  6. JavaActorRaw
  7. JavaActorMutable
  8. MutableRecord
  9. JavaActor
  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 RawActor()

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: Actor): Boolean

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

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

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

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

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

    Definition Classes
    Actor → Ordered
  10. def agentDetailsIsSet(): Boolean

    Definition Classes
    RawActor → JavaActor
  11. def agentDetailsOption(): Option[PersonDetails]

    Definition Classes
    RawActor → JavaActor
  12. def agentDetailsOrNull(): PersonDetails

    Definition Classes
    RawActor → JavaActor
  13. def agentDetailsOrThrow(): PersonDetails

    Definition Classes
    RawActor → JavaActor
  14. def agentDetailsUnset(): Unit

    Definition Classes
    RawActorMutableActor
  15. def agentDetails_=(x: PersonDetails): Unit

    Definition Classes
    RawActorMutableActor
  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def clear(): Unit

    Definition Classes
    RawActor → TBase
  18. def clone(): AnyRef

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

    Definition Classes
    Actor → Ordered
  20. def compareTo(that: Actor): Int

    Definition Classes
    Actor → Ordered → Comparable
  21. def copy(details: Person = detailsOrNull, agentDetails: Person = agentDetailsOrNull): RawActor

    Definition Classes
    RawActorMutableActorActor
  22. def deepCopy(): RawActor

    Definition Classes
    RawActorActor → TBase
  23. def details(): PersonDetails

    Definition Classes
    RawActor → JavaActor
  24. def detailsIsSet(): Boolean

    Definition Classes
    RawActor → JavaActor
  25. def detailsOption(): Option[PersonDetails]

    Definition Classes
    RawActor → JavaActor
  26. def detailsOrNull(): PersonDetails

    Definition Classes
    RawActor → JavaActor
  27. def detailsOrThrow(): PersonDetails

    Definition Classes
    RawActor → JavaActor
  28. def detailsUnset(): Unit

    Definition Classes
    RawActorMutableActor
  29. def details_=(x: PersonDetails): Unit

    Definition Classes
    RawActorMutableActor
  30. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def equals(that: Actor): Boolean

  32. def equals(that: Any): Boolean

    Definition Classes
    RawActor → AnyRef → Any
  33. def fieldForId(id: Int): Actor._Fields

    Definition Classes
    RawActor → TBase
  34. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  36. def getFieldValue(field: Actor._Fields): AnyRef

    Definition Classes
    RawActor → TBase
  37. def getSetFields: Seq[Any]

  38. def hashCode(): Int

    Definition Classes
    RawActor → AnyRef → Any
  39. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  40. def isSet(field: Actor._Fields): Boolean

    Definition Classes
    RawActor → TBase
  41. def merge(that: Actor): Unit

    Definition Classes
    RawActorMutableActor → MutableRecord
  42. def mergeCopy(that: Actor): Actor

    Definition Classes
    RawActorActor → Record
  43. def meta: ActorMeta

    Definition Classes
    RawActorActor → Record → UntypedRecord
  44. def mutable: MutableActor

    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
    MutableActorActor
  45. def mutableCopy(): MutableActor

    Definition Classes
    Actor
  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
    RawActor → TBase → UntypedRecord
  50. def setFieldValue(field: Actor._Fields, value: AnyRef): Unit

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

    Definition Classes
    AnyRef
  52. def toBuilder(): AllSpecified

    Definition Classes
    Actor
  53. def toString(): String

    Definition Classes
    RawActor → 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
    RawActorActor → TBase → UntypedRecord

Inherited from MutableActor

Inherited from Actor

Inherited from TBase[Actor, Actor._Fields]

Inherited from Serializable

Inherited from JavaActorRaw[Person, Actor, RawActor, ActorMeta]

Inherited from JavaActorMutable[Person, Actor, RawActor, ActorMeta]

Inherited from MutableRecord[Actor]

Inherited from JavaActor[Person, Actor, RawActor, ActorMeta]

Inherited from Record[Actor]

Inherited from Ordered[Actor]

Inherited from Comparable[Actor]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped