com.douban.models

StatusUserInfo

case class StatusUserInfo(uid: String, id: Long, type: String, description: String, small_avatar: String, large_avatar: String, screen_name: String, following_count: Int, blocked: Boolean, city: String, verified: Boolean, is_first_visit: Boolean, new_site_to_vu_count: Int, followers_count: Int, location: String, logged_in: Boolean, statuses_count: Int, blocking: Boolean, url: String, created_at: Date, icon_avatar: String, following: Boolean) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StatusUserInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StatusUserInfo(uid: String, id: Long, type: String, description: String, small_avatar: String, large_avatar: String, screen_name: String, following_count: Int, blocked: Boolean, city: String, verified: Boolean, is_first_visit: Boolean, new_site_to_vu_count: Int, followers_count: Int, location: String, logged_in: Boolean, statuses_count: Int, blocking: Boolean, url: String, created_at: Date, icon_avatar: String, following: Boolean)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val blocked: Boolean

  8. val blocking: Boolean

  9. val city: String

  10. def clone(): AnyRef

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

  12. val description: String

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

    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. val followers_count: Int

  16. val following: Boolean

  17. val following_count: Int

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

    Definition Classes
    AnyRef → Any
  19. val icon_avatar: String

  20. val id: Long

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val is_first_visit: Boolean

  23. val large_avatar: String

  24. val location: String

  25. val logged_in: Boolean

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

    Definition Classes
    AnyRef
  27. val new_site_to_vu_count: Int

  28. final def notify(): Unit

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

    Definition Classes
    AnyRef
  30. val screen_name: String

  31. val small_avatar: String

  32. val statuses_count: Int

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

    Definition Classes
    AnyRef
  34. val type: String

  35. val uid: String

  36. val url: String

  37. val verified: Boolean

  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped