396 lines
8.8 KiB
Java
396 lines
8.8 KiB
Java
package com.ubt.jimu.base.entities;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.io.Serializable;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class User implements Serializable {
|
|
public static final String LOCAL_PART_FILE = "local";
|
|
public static final String LOCAL_USER_ID = "local";
|
|
private static final long serialVersionUID = 1;
|
|
private String address;
|
|
private String addressee;
|
|
private int capArt;
|
|
private int capEngineer;
|
|
private int capMath;
|
|
private int capScience;
|
|
private int capSpace;
|
|
private int collectNum;
|
|
private String contactInfo;
|
|
private String country;
|
|
private String countryCode;
|
|
private int curExp;
|
|
private int current_exp;
|
|
|
|
@SerializedName("userEmail")
|
|
private String email;
|
|
private int expLength;
|
|
private int fansNum;
|
|
private String gender;
|
|
private long id;
|
|
private int isSubscribed;
|
|
private int level;
|
|
private String nickName;
|
|
private String password;
|
|
private String phone;
|
|
private int praiseNum;
|
|
private int rank;
|
|
private String rate;
|
|
private int score;
|
|
private int subscriptionNum;
|
|
private String title;
|
|
private String token;
|
|
private int type;
|
|
private long userId;
|
|
private String userImage;
|
|
private String userImei;
|
|
private String userName;
|
|
private String userOnlyId;
|
|
private long viewUserId;
|
|
|
|
public User(long j, String str, long j2, String str2, String str3, String str4, String str5, int i, String str6, String str7, String str8, String str9, String str10, String str11, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, String str12, String str13, String str14, String str15, int i10, int i11, int i12, int i13, String str16, int i14, int i15, int i16, int i17) {
|
|
this.id = j;
|
|
this.userName = str;
|
|
this.userId = j2;
|
|
this.userOnlyId = str2;
|
|
this.token = str3;
|
|
this.email = str4;
|
|
this.phone = str5;
|
|
this.type = i;
|
|
this.password = str6;
|
|
this.userImage = str7;
|
|
this.country = str8;
|
|
this.countryCode = str9;
|
|
this.gender = str10;
|
|
this.nickName = str11;
|
|
this.current_exp = i2;
|
|
this.level = i3;
|
|
this.score = i4;
|
|
this.capSpace = i5;
|
|
this.capScience = i6;
|
|
this.capArt = i7;
|
|
this.capEngineer = i8;
|
|
this.capMath = i9;
|
|
this.address = str12;
|
|
this.addressee = str13;
|
|
this.contactInfo = str14;
|
|
this.title = str15;
|
|
this.isSubscribed = i10;
|
|
this.curExp = i11;
|
|
this.expLength = i12;
|
|
this.rank = i13;
|
|
this.rate = str16;
|
|
this.subscriptionNum = i14;
|
|
this.fansNum = i15;
|
|
this.collectNum = i16;
|
|
this.praiseNum = i17;
|
|
}
|
|
|
|
public String getAddress() {
|
|
return this.address;
|
|
}
|
|
|
|
public String getAddressee() {
|
|
return this.addressee;
|
|
}
|
|
|
|
public int getCapArt() {
|
|
return this.capArt;
|
|
}
|
|
|
|
public int getCapEngineer() {
|
|
return this.capEngineer;
|
|
}
|
|
|
|
public int getCapMath() {
|
|
return this.capMath;
|
|
}
|
|
|
|
public int getCapScience() {
|
|
return this.capScience;
|
|
}
|
|
|
|
public int getCapSpace() {
|
|
return this.capSpace;
|
|
}
|
|
|
|
public int getCollectNum() {
|
|
return this.collectNum;
|
|
}
|
|
|
|
public String getContactInfo() {
|
|
return this.contactInfo;
|
|
}
|
|
|
|
public String getCountry() {
|
|
return this.country;
|
|
}
|
|
|
|
public String getCountryCode() {
|
|
return this.countryCode;
|
|
}
|
|
|
|
public int getCurExp() {
|
|
return this.curExp;
|
|
}
|
|
|
|
public int getCurrent_exp() {
|
|
return this.current_exp;
|
|
}
|
|
|
|
public String getEmail() {
|
|
return this.email;
|
|
}
|
|
|
|
public int getExpLength() {
|
|
return this.expLength;
|
|
}
|
|
|
|
public int getFansNum() {
|
|
return this.fansNum;
|
|
}
|
|
|
|
public String getGender() {
|
|
return this.gender;
|
|
}
|
|
|
|
public Long getId() {
|
|
return Long.valueOf(this.id);
|
|
}
|
|
|
|
public int getIsSubscribed() {
|
|
return this.isSubscribed;
|
|
}
|
|
|
|
public int getLevel() {
|
|
return this.level;
|
|
}
|
|
|
|
public String getNickName() {
|
|
return this.nickName;
|
|
}
|
|
|
|
public String getPassword() {
|
|
return this.password;
|
|
}
|
|
|
|
public String getPhone() {
|
|
return this.phone;
|
|
}
|
|
|
|
public int getPraiseNum() {
|
|
return this.praiseNum;
|
|
}
|
|
|
|
public int getRank() {
|
|
return this.rank;
|
|
}
|
|
|
|
public String getRate() {
|
|
return this.rate;
|
|
}
|
|
|
|
public int getScore() {
|
|
return this.score;
|
|
}
|
|
|
|
public int getSubscriptionNum() {
|
|
return this.subscriptionNum;
|
|
}
|
|
|
|
public String getTitle() {
|
|
return this.title;
|
|
}
|
|
|
|
public String getToken() {
|
|
return this.token;
|
|
}
|
|
|
|
public int getType() {
|
|
return this.type;
|
|
}
|
|
|
|
public long getUserId() {
|
|
return this.userId;
|
|
}
|
|
|
|
public String getUserImage() {
|
|
return this.userImage;
|
|
}
|
|
|
|
public String getUserImei() {
|
|
return this.userImei;
|
|
}
|
|
|
|
public String getUserName() {
|
|
return this.userName;
|
|
}
|
|
|
|
public String getUserOnlyId() {
|
|
return this.userOnlyId;
|
|
}
|
|
|
|
public long getViewUserId() {
|
|
return this.viewUserId;
|
|
}
|
|
|
|
public void setAddress(String str) {
|
|
this.address = str;
|
|
}
|
|
|
|
public void setAddressee(String str) {
|
|
this.addressee = str;
|
|
}
|
|
|
|
public void setCapArt(int i) {
|
|
this.capArt = i;
|
|
}
|
|
|
|
public void setCapEngineer(int i) {
|
|
this.capEngineer = i;
|
|
}
|
|
|
|
public void setCapMath(int i) {
|
|
this.capMath = i;
|
|
}
|
|
|
|
public void setCapScience(int i) {
|
|
this.capScience = i;
|
|
}
|
|
|
|
public void setCapSpace(int i) {
|
|
this.capSpace = i;
|
|
}
|
|
|
|
public void setCollectNum(int i) {
|
|
this.collectNum = i;
|
|
}
|
|
|
|
public void setContactInfo(String str) {
|
|
this.contactInfo = str;
|
|
}
|
|
|
|
public void setCountry(String str) {
|
|
this.country = str;
|
|
}
|
|
|
|
public void setCountryCode(String str) {
|
|
this.countryCode = str;
|
|
}
|
|
|
|
public void setCurExp(int i) {
|
|
this.curExp = i;
|
|
}
|
|
|
|
public void setCurrent_exp(int i) {
|
|
this.current_exp = i;
|
|
}
|
|
|
|
public void setEmail(String str) {
|
|
this.email = str;
|
|
}
|
|
|
|
public void setExpLength(int i) {
|
|
this.expLength = i;
|
|
}
|
|
|
|
public void setFansNum(int i) {
|
|
this.fansNum = i;
|
|
}
|
|
|
|
public void setGender(String str) {
|
|
this.gender = str;
|
|
}
|
|
|
|
public void setId(Long l) {
|
|
this.id = l.longValue();
|
|
}
|
|
|
|
public void setIsSubscribed(int i) {
|
|
this.isSubscribed = i;
|
|
}
|
|
|
|
public void setLevel(int i) {
|
|
this.level = i;
|
|
}
|
|
|
|
public void setNickName(String str) {
|
|
this.nickName = str;
|
|
}
|
|
|
|
public void setPassword(String str) {
|
|
this.password = str;
|
|
}
|
|
|
|
public void setPhone(String str) {
|
|
this.phone = str;
|
|
}
|
|
|
|
public void setPraiseNum(int i) {
|
|
this.praiseNum = i;
|
|
}
|
|
|
|
public void setRank(int i) {
|
|
this.rank = i;
|
|
}
|
|
|
|
public void setRate(String str) {
|
|
this.rate = str;
|
|
}
|
|
|
|
public void setScore(int i) {
|
|
this.score = i;
|
|
}
|
|
|
|
public void setSubscriptionNum(int i) {
|
|
this.subscriptionNum = i;
|
|
}
|
|
|
|
public void setTitle(String str) {
|
|
this.title = str;
|
|
}
|
|
|
|
public void setToken(String str) {
|
|
this.token = str;
|
|
}
|
|
|
|
public void setType(int i) {
|
|
this.type = i;
|
|
}
|
|
|
|
public void setUserId(long j) {
|
|
this.userId = j;
|
|
}
|
|
|
|
public void setUserImage(String str) {
|
|
this.userImage = str;
|
|
}
|
|
|
|
public void setUserImei(String str) {
|
|
this.userImei = str;
|
|
}
|
|
|
|
public void setUserName(String str) {
|
|
this.userName = str;
|
|
}
|
|
|
|
public void setUserOnlyId(String str) {
|
|
this.userOnlyId = str;
|
|
}
|
|
|
|
public void setViewUserId(long j) {
|
|
this.viewUserId = j;
|
|
}
|
|
|
|
public String toString() {
|
|
return "User{id=" + this.id + ", userName='" + this.userName + "', userOnlyId='" + this.userOnlyId + "', userId='" + this.userId + "', token='" + this.token + "', email='" + this.email + "', phone='" + this.phone + "', type=" + this.type + ", password='" + this.password + "', userImage='" + this.userImage + "', country='" + this.country + "', countryCode='" + this.countryCode + "', gender='" + this.gender + "', nickName='" + this.nickName + "', level=" + this.level + ", score=" + this.score + ", capSpace=" + this.capSpace + ", capScience=" + this.capScience + ", capArt=" + this.capArt + ", capEngineer=" + this.capEngineer + ", capMath=" + this.capMath + ", address='" + this.address + "', addressee='" + this.addressee + "', contactInfo='" + this.contactInfo + "'}";
|
|
}
|
|
|
|
public void setId(long j) {
|
|
this.id = j;
|
|
}
|
|
|
|
public User() {
|
|
}
|
|
}
|