C# 클래스 Weed3Demo.demo.model.UserInfoModel

상속: IBinder
파일 보기 프로젝트 열기: noear/Weed3

공개 프로퍼티들

프로퍼티 타입 설명
city_id int
icon String
mobile String
name String
role int
udid String
user_id long

공개 메소드들

메소드 설명
bind ( GetHandlerEx s ) : void
clone ( ) : IBinder

메소드 상세

bind() 공개 메소드

public bind ( GetHandlerEx s ) : void
s GetHandlerEx
리턴 void

clone() 공개 메소드

public clone ( ) : IBinder
리턴 IBinder

프로퍼티 상세

city_id 공개적으로 프로퍼티

public int city_id
리턴 int

icon 공개적으로 프로퍼티

public String icon
리턴 String

mobile 공개적으로 프로퍼티

public String mobile
리턴 String

name 공개적으로 프로퍼티

public String name
리턴 String

role 공개적으로 프로퍼티

public int role
리턴 int

udid 공개적으로 프로퍼티

public String udid
리턴 String

user_id 공개적으로 프로퍼티

public long user_id
리턴 long