public class User extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
ADULT
成年
|
static Integer |
BULLET
用户须知是否弹窗:默认=0弹窗(24小时弹一次窗)
|
static String |
CITY
用户标签:同城
|
static String |
HOT
用户标签:最热
|
static Integer |
IS_FOLLOW
已关注
|
static Integer |
IS_NOT_FOLLOW
未关注
|
static Integer |
LESSEE
用户身份:承租人
|
static Integer |
LESSOR
用户身份:出租人
|
static Integer |
LOGIN
登录状态:登录
|
static Integer |
MIN_CHARGE
出租用户最少收费(元)
|
static Integer |
NEW_ORDER
新订单
|
static Integer |
NEW_ORDER_AND_STATUS
新订单数量,订单状态变更红点默认值
|
static Integer |
NOT_BULLET
用户须知是否弹窗:1=永久不弹窗
|
static Integer |
NOT_LOGIN
登录状态:未登录
|
static Long |
ONE_DAY_MILL
24小时时间戳
|
static Integer |
PLUS_ONE
关注数增加1
|
static Integer |
STATUS_OFF
用户状态:解冻
|
static Integer |
STATUS_ON
用户状态:冻结
|
static Integer |
UNKNOWN
用户身份:未知
|
static Integer |
USER_STATUS_AUTHORIZED
用户状态:授权
|
static Integer |
USER_STATUS_REGISTERED
用户状态:注册
|
static Integer |
USER_STATUS_UNKNOWN
用户状态:未知
|
static Integer |
USER_STATUS_VERIFIED
用户状态:实名认证
|
| Constructor and Description |
|---|
User() |
public static final Integer STATUS_OFF
public static final Integer STATUS_ON
public static final Integer UNKNOWN
public static final Integer LESSEE
public static final Integer LESSOR
public static final Integer USER_STATUS_UNKNOWN
public static final Integer USER_STATUS_AUTHORIZED
public static final Integer USER_STATUS_REGISTERED
public static final Integer USER_STATUS_VERIFIED
public static final Integer NOT_LOGIN
public static final Integer LOGIN
public static final String CITY
public static final String HOT
public static final Integer PLUS_ONE
public static final Integer ADULT
public static final Integer IS_FOLLOW
public static final Integer IS_NOT_FOLLOW
public static final Integer MIN_CHARGE
public static final Integer BULLET
public static final Integer NOT_BULLET
public static final Long ONE_DAY_MILL
public static final Integer NEW_ORDER_AND_STATUS
public static final Integer NEW_ORDER
public Long getId()
public void setId(Long id)
public String getNick()
public void setNick(String nick)
public Integer getSex()
public void setSex(Integer sex)
public String getAvatar()
public void setAvatar(String avatar)
public String getPermanentAddress()
public void setPermanentAddress(String permanentAddress)
public Integer getLesseeOrders()
public void setLesseeOrders(Integer lesseeOrders)
public Integer getLessorOrders()
public void setLessorOrders(Integer lessorOrders)
public String getMobile()
public void setMobile(String mobile)
public String getOpenID()
public void setOpenID(String openID)
public Integer getUserType()
public void setUserType(Integer userType)
public Long getRecommenderId()
public void setRecommenderId(Long recommenderId)
public Long getAge()
public void setAge(Long age)
public Integer getHeight()
public void setHeight(Integer height)
public String getHobby()
public void setHobby(String hobby)
public String getSchedule()
public void setSchedule(String schedule)
public String getWeChat()
public void setWeChat(String WeChat)
public String getToll()
public void setToll(String toll)
public String getVideoUrl()
public void setVideoUrl(String videoUrl)
public String getImgUrl()
public void setImgUrl(String imgUrl)
public String getPositioning()
public void setPositioning(String positioning)
public String getTag()
public void setTag(String tag)
public String getFeeCap()
public void setFeeCap(String feeCap)
public String getName()
public void setName(String name)
public String getIDNumber()
public void setIDNumber(String IDNumber)
public Integer getUserStatus()
public void setUserStatus(Integer userStatus)
public Integer getLoginStatus()
public void setLoginStatus(Integer loginStatus)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getOrdersStatus()
public void setOrdersStatus(Integer ordersStatus)
public Integer getNewOrders()
public void setNewOrders(Integer newOrders)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public String getSkill()
public void setSkill(String skill)
public Integer getWeight()
public void setWeight(Integer weight)
public String getManuallySelectPositioning()
public void setManuallySelectPositioning(String manuallySelectPositioning)
public Integer getFollow()
public void setFollow(Integer follow)
public String getArea()
public void setArea(String area)
public Long getUserNoticeAt()
public Integer getIsBullet()
public void setUserNoticeAt(Long userNoticeAt)
public void setIsBullet(Integer isBullet)
public String getCoverUrl()
public void setCoverUrl(String coverUrl)
Copyright © 2018. All rights reserved.