package com.okgoincar.bean;
|
|
public class UserInfoBean {
|
|
/**
|
* id : 1
|
* addTime : 1585622874000
|
* avatar : https://mian-ju-mi-liao.obs.cn-east-3.myhuaweicloud.com/admin/9072e14affa240aea83d2f12a7d4c6a8.jpg
|
* nickname : 噢A喔
|
* isGoddess : 2
|
* authType : 2
|
* vipTime : 1586225885000
|
* isVip : 1
|
* state : 1
|
* occupationOneId : 1
|
* occupationTwoId : 1
|
* provinceId : 1
|
* birthday : 1995-09-27
|
* balance : 0
|
* isLogout : 1
|
* isComplete : 2
|
* isChat : 2
|
* isInteract : 2
|
* isSystem : 2
|
* isVoice : 2info
|
* isShake : 2
|
* payMoney : 0
|
* isPay : 1
|
* isActive : 1
|
* constellation : 天蝎座
|
* isMachine : 1
|
*/
|
private boolean isRegister;
|
private String phone;
|
private int sex = -1; //性别 1=男 2=女 ,
|
private int userId = -1;
|
private int id = -1;
|
private long addTime;
|
private String avatar="";
|
private String nickname;
|
private String brand;
|
private String licensePlate;
|
private String orderNum;
|
private double score;
|
private double balance;
|
private String carColor;
|
private String name;
|
private double businessMoney;
|
private String company;
|
private String taxiAptitudeCard;
|
private String networkCarlssueDate;
|
|
public String getNetworkCarlssueDate() {
|
return networkCarlssueDate;
|
}
|
|
public void setNetworkCarlssueDate(String networkCarlssueDate) {
|
this.networkCarlssueDate = networkCarlssueDate;
|
}
|
|
public String getCompany() {
|
return company;
|
}
|
|
public void setCompany(String company) {
|
this.company = company;
|
}
|
|
public String getTaxiAptitudeCard() {
|
return taxiAptitudeCard;
|
}
|
|
public void setTaxiAptitudeCard(String taxiAptitudeCard) {
|
this.taxiAptitudeCard = taxiAptitudeCard;
|
}
|
|
public double getBusinessMoney() {
|
return businessMoney;
|
}
|
|
public void setBusinessMoney(double businessMoney) {
|
this.businessMoney = businessMoney;
|
}
|
|
public String getName() {
|
return name;
|
}
|
|
public void setName(String name) {
|
this.name = name;
|
}
|
|
public String getCarColor() {
|
return carColor;
|
}
|
|
public void setCarColor(String carColor) {
|
this.carColor = carColor;
|
}
|
|
public double getBalance() {
|
return balance;
|
}
|
|
public void setBalance(double balance) {
|
this.balance = balance;
|
}
|
|
public double getScore() {
|
return score;
|
}
|
|
public void setScore(double score) {
|
this.score = score;
|
}
|
|
public String getOrderNum() {
|
return orderNum;
|
}
|
|
public void setOrderNum(String orderNum) {
|
this.orderNum = orderNum;
|
}
|
|
public String getLicensePlate() {
|
return licensePlate;
|
}
|
|
public void setLicensePlate(String licensePlate) {
|
this.licensePlate = licensePlate;
|
}
|
|
public String getBrand() {
|
return brand;
|
}
|
|
public void setBrand(String brand) {
|
this.brand = brand;
|
}
|
|
public boolean isRegister() {
|
return isRegister;
|
}
|
|
public void setRegister(boolean register) {
|
isRegister = register;
|
}
|
|
public String getPhone() {
|
return phone;
|
}
|
|
public void setPhone(String phone) {
|
this.phone = phone;
|
}
|
|
public int getSex() {
|
return sex;
|
}
|
|
public void setSex(int sex) {
|
this.sex = sex;
|
}
|
|
public int getUserId() {
|
return userId;
|
}
|
|
public void setUserId(int userId) {
|
this.userId = userId;
|
}
|
|
public int getId() {
|
return id;
|
}
|
|
public void setId(int id) {
|
this.id = id;
|
}
|
|
public long getAddTime() {
|
return addTime;
|
}
|
|
public void setAddTime(long addTime) {
|
this.addTime = addTime;
|
}
|
|
public String getAvatar() {
|
return avatar;
|
}
|
|
public void setAvatar(String avatar) {
|
this.avatar = avatar;
|
}
|
|
public String getNickname() {
|
return nickname;
|
}
|
|
public void setNickname(String nickname) {
|
this.nickname = nickname;
|
}
|
}
|