252 lines
5.7 KiB
Java
252 lines
5.7 KiB
Java
package com.ubt.jimu.base.entities;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class FeedbackEntities {
|
|
private String info;
|
|
private ModelsBean models;
|
|
private boolean status;
|
|
|
|
public static class ModelsBean {
|
|
private String appSource;
|
|
private String appType;
|
|
private String deviceType;
|
|
private String deviceVersion;
|
|
private int endNum;
|
|
private String feedbackContent;
|
|
private String feedbackEmail;
|
|
private int feedbackId;
|
|
private Object feedbackTime;
|
|
private String feedbackType;
|
|
private int feedbackUser;
|
|
private Object ipAreaCode;
|
|
private Object logFilePath;
|
|
private int pageNum;
|
|
private int pageSize;
|
|
private String requestKey;
|
|
private String requestTime;
|
|
private String serviceVersion;
|
|
private int serviceVersionCode;
|
|
private int startNum;
|
|
private String systemArea;
|
|
private String systemLanguage;
|
|
private Object token;
|
|
private int totalNum;
|
|
|
|
public String getAppSource() {
|
|
return this.appSource;
|
|
}
|
|
|
|
public String getAppType() {
|
|
return this.appType;
|
|
}
|
|
|
|
public String getDeviceType() {
|
|
return this.deviceType;
|
|
}
|
|
|
|
public String getDeviceVersion() {
|
|
return this.deviceVersion;
|
|
}
|
|
|
|
public int getEndNum() {
|
|
return this.endNum;
|
|
}
|
|
|
|
public String getFeedbackContent() {
|
|
return this.feedbackContent;
|
|
}
|
|
|
|
public String getFeedbackEmail() {
|
|
return this.feedbackEmail;
|
|
}
|
|
|
|
public int getFeedbackId() {
|
|
return this.feedbackId;
|
|
}
|
|
|
|
public Object getFeedbackTime() {
|
|
return this.feedbackTime;
|
|
}
|
|
|
|
public String getFeedbackType() {
|
|
return this.feedbackType;
|
|
}
|
|
|
|
public int getFeedbackUser() {
|
|
return this.feedbackUser;
|
|
}
|
|
|
|
public Object getIpAreaCode() {
|
|
return this.ipAreaCode;
|
|
}
|
|
|
|
public Object getLogFilePath() {
|
|
return this.logFilePath;
|
|
}
|
|
|
|
public int getPageNum() {
|
|
return this.pageNum;
|
|
}
|
|
|
|
public int getPageSize() {
|
|
return this.pageSize;
|
|
}
|
|
|
|
public String getRequestKey() {
|
|
return this.requestKey;
|
|
}
|
|
|
|
public String getRequestTime() {
|
|
return this.requestTime;
|
|
}
|
|
|
|
public String getServiceVersion() {
|
|
return this.serviceVersion;
|
|
}
|
|
|
|
public int getServiceVersionCode() {
|
|
return this.serviceVersionCode;
|
|
}
|
|
|
|
public int getStartNum() {
|
|
return this.startNum;
|
|
}
|
|
|
|
public String getSystemArea() {
|
|
return this.systemArea;
|
|
}
|
|
|
|
public String getSystemLanguage() {
|
|
return this.systemLanguage;
|
|
}
|
|
|
|
public Object getToken() {
|
|
return this.token;
|
|
}
|
|
|
|
public int getTotalNum() {
|
|
return this.totalNum;
|
|
}
|
|
|
|
public void setAppSource(String str) {
|
|
this.appSource = str;
|
|
}
|
|
|
|
public void setAppType(String str) {
|
|
this.appType = str;
|
|
}
|
|
|
|
public void setDeviceType(String str) {
|
|
this.deviceType = str;
|
|
}
|
|
|
|
public void setDeviceVersion(String str) {
|
|
this.deviceVersion = str;
|
|
}
|
|
|
|
public void setEndNum(int i) {
|
|
this.endNum = i;
|
|
}
|
|
|
|
public void setFeedbackContent(String str) {
|
|
this.feedbackContent = str;
|
|
}
|
|
|
|
public void setFeedbackEmail(String str) {
|
|
this.feedbackEmail = str;
|
|
}
|
|
|
|
public void setFeedbackId(int i) {
|
|
this.feedbackId = i;
|
|
}
|
|
|
|
public void setFeedbackTime(Object obj) {
|
|
this.feedbackTime = obj;
|
|
}
|
|
|
|
public void setFeedbackType(String str) {
|
|
this.feedbackType = str;
|
|
}
|
|
|
|
public void setFeedbackUser(int i) {
|
|
this.feedbackUser = i;
|
|
}
|
|
|
|
public void setIpAreaCode(Object obj) {
|
|
this.ipAreaCode = obj;
|
|
}
|
|
|
|
public void setLogFilePath(Object obj) {
|
|
this.logFilePath = obj;
|
|
}
|
|
|
|
public void setPageNum(int i) {
|
|
this.pageNum = i;
|
|
}
|
|
|
|
public void setPageSize(int i) {
|
|
this.pageSize = i;
|
|
}
|
|
|
|
public void setRequestKey(String str) {
|
|
this.requestKey = str;
|
|
}
|
|
|
|
public void setRequestTime(String str) {
|
|
this.requestTime = str;
|
|
}
|
|
|
|
public void setServiceVersion(String str) {
|
|
this.serviceVersion = str;
|
|
}
|
|
|
|
public void setServiceVersionCode(int i) {
|
|
this.serviceVersionCode = i;
|
|
}
|
|
|
|
public void setStartNum(int i) {
|
|
this.startNum = i;
|
|
}
|
|
|
|
public void setSystemArea(String str) {
|
|
this.systemArea = str;
|
|
}
|
|
|
|
public void setSystemLanguage(String str) {
|
|
this.systemLanguage = str;
|
|
}
|
|
|
|
public void setToken(Object obj) {
|
|
this.token = obj;
|
|
}
|
|
|
|
public void setTotalNum(int i) {
|
|
this.totalNum = i;
|
|
}
|
|
}
|
|
|
|
public String getInfo() {
|
|
return this.info;
|
|
}
|
|
|
|
public ModelsBean getModels() {
|
|
return this.models;
|
|
}
|
|
|
|
public boolean isStatus() {
|
|
return this.status;
|
|
}
|
|
|
|
public void setInfo(String str) {
|
|
this.info = str;
|
|
}
|
|
|
|
public void setModels(ModelsBean modelsBean) {
|
|
this.models = modelsBean;
|
|
}
|
|
|
|
public void setStatus(boolean z) {
|
|
this.status = z;
|
|
}
|
|
}
|