play.api.weibo

User

class User extends AnyRef

TODO get ride of 22 fields of case class if scala 2.11 release

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. User
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new User(id: Long, idstr: String, screenName: String, name: String, province: String, city: String, location: String, description: String, url: Option[String], profileImageUrl: String, profileUrl: String, domain: String, weihao: String, gender: String, followersCount: Int, friendsCount: Int, statusesCount: Int, favouritesCount: Int, createdAt: Date, following: Boolean, allowAllActMsg: Boolean, geoEnabled: Boolean, verified: Boolean, verifiedType: Int, remark: String, status: Option[Status], allowAllComment: Boolean, avatarLarge: String, verifiedReason: String, followMe: Boolean, onlineStatus: Int, biFollowersCount: Int, lang: String, star: Int, mbtype: Int, mbrank: Int, blockWord: Int)

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. val allowAllActMsg: Boolean

  7. val allowAllComment: Boolean

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val avatarLarge: String

  10. val biFollowersCount: Int

  11. val blockWord: Int

  12. val city: String

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val createdAt: Date

  15. val description: String

  16. val domain: String

  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. val favouritesCount: Int

  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val followMe: Boolean

  22. val followersCount: Int

  23. val following: Boolean

  24. val friendsCount: Int

  25. val gender: String

  26. val geoEnabled: Boolean

  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. val id: Long

  30. val idstr: String

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. val lang: String

  33. val location: String

  34. val mbrank: Int

  35. val mbtype: Int

  36. val name: String

  37. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  40. val onlineStatus: Int

  41. val profileImageUrl: String

  42. val profileUrl: String

  43. val province: String

  44. val remark: String

  45. val screenName: String

  46. val star: Int

  47. val status: Option[Status]

  48. val statusesCount: Int

  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. val url: Option[String]

  52. val verified: Boolean

  53. val verifiedReason: String

  54. val verifiedType: Int

  55. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. val weihao: String

Inherited from AnyRef

Inherited from Any

Ungrouped