C# Class Weed3Demo.demo.model.UserInfoModel

Inheritance: IBinder
Mostra file Open project: noear/Weed3

Public Properties

Property Type Description
city_id int
icon String
mobile String
name String
role int
udid String
user_id long

Public Methods

Method Description
bind ( GetHandlerEx s ) : void
clone ( ) : IBinder

Method Details

bind() public method

public bind ( GetHandlerEx s ) : void
s GetHandlerEx
return void

clone() public method

public clone ( ) : IBinder
return IBinder

Property Details

city_id public_oe property

public int city_id
return int

icon public_oe property

public String icon
return String

mobile public_oe property

public String mobile
return String

name public_oe property

public String name
return String

role public_oe property

public int role
return int

udid public_oe property

public String udid
return String

user_id public_oe property

public long user_id
return long