com.douban.models

Event

Related Docs: object Event | package models

case class Event(is_priv: String, participant_count: Int, image: String, adapt_url: String, begin_time: Date, owner: User, alt: String, geo: String, id: Long, album: String, title: String, wisher_count: Int, content: String, image-hlarge: String, end_time: Date, image-lmobile: String, has_invited: String, can_invite: String, address: String, loc_name: String, loc_id: Long) extends Bean with Product with Serializable

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

Instance Constructors

  1. new Event(is_priv: String, participant_count: Int, image: String, adapt_url: String, begin_time: Date, owner: User, alt: String, geo: String, id: Long, album: String, title: String, wisher_count: Int, content: String, image-hlarge: String, end_time: Date, image-lmobile: String, has_invited: String, can_invite: String, address: String, loc_name: String, loc_id: Long)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. var _files: Map[String, String]

    Attributes
    protected
    Definition Classes
    Bean
  5. val adapt_url: String

  6. val address: String

  7. val album: String

  8. val alt: String

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def bean2Map: Map[String, Any]

    Definition Classes
    Bean
  11. def bean2Map(b: Any): Map[String, Any]

    returns

    map ,flattened fields-> values

    Definition Classes
    Bean
  12. val begin_time: Date

  13. val can_invite: String

  14. def clone(): AnyRef

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

  16. val end_time: Date

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

    Definition Classes
    AnyRef
  18. def files: Map[String, String]

    Definition Classes
    Bean
  19. def files_=(fs: Map[String, String]): Unit

    Definition Classes
    Bean
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def flatten(urlPrefix: String, bean: Bean = this): String

    将Bean与一个url组合

    将Bean与一个url组合

    urlPrefix

    请求的原始路径

    bean

    需要参数话的Bean

    returns

    含参数的url

    Definition Classes
    Bean
  22. val geo: String

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

    Definition Classes
    AnyRef → Any
  24. val has_invited: String

  25. val id: Long

  26. val image: String

  27. val image-hlarge: String

  28. val image-lmobile: String

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. val is_priv: String

  31. val loc_id: Long

  32. val loc_name: String

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

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

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

    Definition Classes
    AnyRef
  36. val owner: User

  37. val participant_count: Int

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

    Definition Classes
    AnyRef
  39. val title: String

  40. def toParas: String

    returns

    把Bean转化为key=value&key1=value1的序列 ,添加apikey

    Definition Classes
    Bean
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. val wisher_count: Int

Inherited from Product

Inherited from Equals

Inherited from Bean

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped