530 lines
12 KiB
Java
530 lines
12 KiB
Java
package com.uiui.zyos.bean;
|
|
|
|
|
|
import com.google.gson.Gson;
|
|
import com.google.gson.JsonParser;
|
|
|
|
import org.jetbrains.annotations.NotNull;
|
|
|
|
import java.io.Serializable;
|
|
|
|
public class SystemSettings implements Serializable {
|
|
|
|
private static final long serialVersionUID = -7763589370400496883L;
|
|
|
|
int setting_call;
|
|
int setting_memory;
|
|
String setting_usb;
|
|
int setting_bluetooth;
|
|
int setting_navigation;
|
|
int setting_statusbar;
|
|
int setting_tfmedia;
|
|
String setting_phones;
|
|
int setting_phone;
|
|
int setting_camera;
|
|
String setting_tfmedia_format;
|
|
int setting_clock;
|
|
int setting_recording;
|
|
int setting_music;
|
|
int setting_picture;
|
|
int setting_wallpaper;
|
|
int setting_file;
|
|
int setting_browser;
|
|
int setting_bhtvideo;
|
|
String setting_context;
|
|
|
|
int setting_bht;
|
|
int setting_hotspot;
|
|
int qch_restore;
|
|
int setting_browserInput;
|
|
int dev_mode;
|
|
String setting_sos;
|
|
String setting_volume;
|
|
String setting_luminance;
|
|
String setting_typeface;
|
|
int setting_admin_app;
|
|
int projection_screen;
|
|
int hot_point;
|
|
String desktop_app;
|
|
String browser_app;
|
|
String typewriting_app;
|
|
int is_control;
|
|
|
|
int setting_rotation;
|
|
int setting_airplane;
|
|
int setting_disturbance;
|
|
int setting_location;
|
|
int setting_charge;
|
|
int setting_other_appInstaller;
|
|
int is_quickapp;
|
|
String quickapp;
|
|
int is_storeinstall;
|
|
int is_timecontrol;
|
|
String timecontrol_start;
|
|
String timecontrol_end;
|
|
int is_return_android;
|
|
|
|
int is_bluetooth_share;
|
|
int is_developer_mode;
|
|
int is_device_recover;
|
|
int is_top_notify;
|
|
int is_bottom_bar;
|
|
int is_notify_bar_show;
|
|
int voice_assistant;
|
|
|
|
public int getQch_restore() {
|
|
return qch_restore;
|
|
}
|
|
|
|
public void setQch_restore(int qch_restore) {
|
|
this.qch_restore = qch_restore;
|
|
}
|
|
|
|
public int getSetting_browserInput() {
|
|
return setting_browserInput;
|
|
}
|
|
|
|
public void setSetting_browserInput(int setting_browserInput) {
|
|
this.setting_browserInput = setting_browserInput;
|
|
}
|
|
|
|
public int getDev_mode() {
|
|
return dev_mode;
|
|
}
|
|
|
|
public void setDev_mode(int dev_mode) {
|
|
this.dev_mode = dev_mode;
|
|
}
|
|
|
|
|
|
public int getSetting_call() {
|
|
return setting_call;
|
|
}
|
|
|
|
public void setSetting_call(int setting_call) {
|
|
this.setting_call = setting_call;
|
|
}
|
|
|
|
public int getSetting_memory() {
|
|
return setting_memory;
|
|
}
|
|
|
|
public void setSetting_memory(int setting_memory) {
|
|
this.setting_memory = setting_memory;
|
|
}
|
|
|
|
public String getSetting_usb() {
|
|
return setting_usb;
|
|
}
|
|
|
|
public void setSetting_usb(String setting_usb) {
|
|
this.setting_usb = setting_usb;
|
|
}
|
|
|
|
public int getSetting_bluetooth() {
|
|
return setting_bluetooth;
|
|
}
|
|
|
|
public void setSetting_bluetooth(int setting_bluetooth) {
|
|
this.setting_bluetooth = setting_bluetooth;
|
|
}
|
|
|
|
public int getSetting_navigation() {
|
|
return setting_navigation;
|
|
}
|
|
|
|
public void setSetting_navigation(int setting_navigation) {
|
|
this.setting_navigation = setting_navigation;
|
|
}
|
|
|
|
public int getSetting_statusbar() {
|
|
return setting_statusbar;
|
|
}
|
|
|
|
public void setSetting_statusbar(int setting_statusbar) {
|
|
this.setting_statusbar = setting_statusbar;
|
|
}
|
|
|
|
public int getSetting_tfmedia() {
|
|
return setting_tfmedia;
|
|
}
|
|
|
|
public void setSetting_tfmedia(int setting_tfmedia) {
|
|
this.setting_tfmedia = setting_tfmedia;
|
|
}
|
|
|
|
public String getSetting_phones() {
|
|
return setting_phones;
|
|
}
|
|
|
|
public void setSetting_phones(String setting_phones) {
|
|
this.setting_phones = setting_phones;
|
|
}
|
|
|
|
public int getSetting_phone() {
|
|
return setting_phone;
|
|
}
|
|
|
|
public void setSetting_phone(int setting_phone) {
|
|
this.setting_phone = setting_phone;
|
|
}
|
|
|
|
public int getSetting_camera() {
|
|
return setting_camera;
|
|
}
|
|
|
|
public void setSetting_camera(int setting_camera) {
|
|
this.setting_camera = setting_camera;
|
|
}
|
|
|
|
public String getSetting_tfmedia_format() {
|
|
return setting_tfmedia_format;
|
|
}
|
|
|
|
public void setSetting_tfmedia_format(String setting_tfmedia_format) {
|
|
this.setting_tfmedia_format = setting_tfmedia_format;
|
|
}
|
|
|
|
public int getSetting_clock() {
|
|
return setting_clock;
|
|
}
|
|
|
|
public void setSetting_clock(int setting_clock) {
|
|
this.setting_clock = setting_clock;
|
|
}
|
|
|
|
public int getSetting_recording() {
|
|
return setting_recording;
|
|
}
|
|
|
|
public void setSetting_recording(int setting_recording) {
|
|
this.setting_recording = setting_recording;
|
|
}
|
|
|
|
public int getSetting_music() {
|
|
return setting_music;
|
|
}
|
|
|
|
public void setSetting_music(int setting_music) {
|
|
this.setting_music = setting_music;
|
|
}
|
|
|
|
public int getSetting_picture() {
|
|
return setting_picture;
|
|
}
|
|
|
|
public void setSetting_picture(int setting_picture) {
|
|
this.setting_picture = setting_picture;
|
|
}
|
|
|
|
public int getSetting_wallpaper() {
|
|
return setting_wallpaper;
|
|
}
|
|
|
|
public void setSetting_wallpaper(int setting_wallpaper) {
|
|
this.setting_wallpaper = setting_wallpaper;
|
|
}
|
|
|
|
public int getSetting_file() {
|
|
return setting_file;
|
|
}
|
|
|
|
public void setSetting_file(int setting_file) {
|
|
this.setting_file = setting_file;
|
|
}
|
|
|
|
public int getSetting_browser() {
|
|
return setting_browser;
|
|
}
|
|
|
|
public void setSetting_browser(int setting_browser) {
|
|
this.setting_browser = setting_browser;
|
|
}
|
|
|
|
public int getSetting_bhtvideo() {
|
|
return setting_bhtvideo;
|
|
}
|
|
|
|
public void setSetting_bhtvideo(int setting_bhtvideo) {
|
|
this.setting_bhtvideo = setting_bhtvideo;
|
|
}
|
|
|
|
public String getSetting_context() {
|
|
return setting_context;
|
|
}
|
|
|
|
public void setSetting_context(String setting_context) {
|
|
this.setting_context = setting_context;
|
|
}
|
|
|
|
public int getSetting_bht() {
|
|
return setting_bht;
|
|
}
|
|
|
|
public void setSetting_bht(int setting_bht) {
|
|
this.setting_bht = setting_bht;
|
|
}
|
|
|
|
public int getSetting_hotspot() {
|
|
return setting_hotspot;
|
|
}
|
|
|
|
public void setSetting_hotspot(int setting_hotspot) {
|
|
this.setting_hotspot = setting_hotspot;
|
|
}
|
|
|
|
public String getSetting_sos() {
|
|
return setting_sos;
|
|
}
|
|
|
|
public void setSetting_sos(String setting_sos) {
|
|
this.setting_sos = setting_sos;
|
|
}
|
|
|
|
public String getSetting_volume() {
|
|
return setting_volume;
|
|
}
|
|
|
|
public void setSetting_volume(String setting_volume) {
|
|
this.setting_volume = setting_volume;
|
|
}
|
|
|
|
public String getSetting_luminance() {
|
|
return setting_luminance;
|
|
}
|
|
|
|
public void setSetting_luminance(String setting_luminance) {
|
|
this.setting_luminance = setting_luminance;
|
|
}
|
|
|
|
public String getSetting_typeface() {
|
|
return setting_typeface;
|
|
}
|
|
|
|
public void setSetting_typeface(String setting_typeface) {
|
|
this.setting_typeface = setting_typeface;
|
|
}
|
|
|
|
public int getSetting_admin_app() {
|
|
return setting_admin_app;
|
|
}
|
|
|
|
public void setSetting_admin_app(int setting_admin_app) {
|
|
this.setting_admin_app = setting_admin_app;
|
|
}
|
|
|
|
public int getProjection_screen() {
|
|
return projection_screen;
|
|
}
|
|
|
|
public void setProjection_screen(int projection_screen) {
|
|
this.projection_screen = projection_screen;
|
|
}
|
|
|
|
public int getHot_point() {
|
|
return hot_point;
|
|
}
|
|
|
|
public void setHot_point(int hot_point) {
|
|
this.hot_point = hot_point;
|
|
}
|
|
|
|
public String getDesktop_app() {
|
|
return desktop_app;
|
|
}
|
|
|
|
public void setDesktop_app(String desktop_app) {
|
|
this.desktop_app = desktop_app;
|
|
}
|
|
|
|
public String getBrowser_app() {
|
|
return browser_app;
|
|
}
|
|
|
|
public void setBrowser_app(String browser_app) {
|
|
this.browser_app = browser_app;
|
|
}
|
|
|
|
public String getTypewriting_app() {
|
|
return typewriting_app;
|
|
}
|
|
|
|
public void setTypewriting_app(String typewriting_app) {
|
|
this.typewriting_app = typewriting_app;
|
|
}
|
|
|
|
public int getIs_control() {
|
|
return is_control;
|
|
}
|
|
|
|
public void setIs_control(int is_control) {
|
|
this.is_control = is_control;
|
|
}
|
|
|
|
public int getSetting_rotation() {
|
|
return setting_rotation;
|
|
}
|
|
|
|
public void setSetting_rotation(int setting_rotation) {
|
|
this.setting_rotation = setting_rotation;
|
|
}
|
|
|
|
public int getSetting_airplane() {
|
|
return setting_airplane;
|
|
}
|
|
|
|
public void setSetting_airplane(int setting_airplane) {
|
|
this.setting_airplane = setting_airplane;
|
|
}
|
|
|
|
public int getSetting_disturbance() {
|
|
return setting_disturbance;
|
|
}
|
|
|
|
public void setSetting_disturbance(int setting_disturbance) {
|
|
this.setting_disturbance = setting_disturbance;
|
|
}
|
|
|
|
public int getSetting_location() {
|
|
return setting_location;
|
|
}
|
|
|
|
public void setSetting_location(int setting_location) {
|
|
this.setting_location = setting_location;
|
|
}
|
|
|
|
public int getSetting_charge() {
|
|
return setting_charge;
|
|
}
|
|
|
|
public void setSetting_charge(int setting_charge) {
|
|
this.setting_charge = setting_charge;
|
|
}
|
|
|
|
public int getSetting_other_appInstaller() {
|
|
return setting_other_appInstaller;
|
|
}
|
|
|
|
public void setSetting_other_appInstaller(int setting_other_appInstaller) {
|
|
this.setting_other_appInstaller = setting_other_appInstaller;
|
|
}
|
|
|
|
public int getIs_quickapp() {
|
|
return is_quickapp;
|
|
}
|
|
|
|
public void setIs_quickapp(int is_quickapp) {
|
|
this.is_quickapp = is_quickapp;
|
|
}
|
|
|
|
public String getQuickapp() {
|
|
return quickapp;
|
|
}
|
|
|
|
public void setQuickapp(String quickapp) {
|
|
this.quickapp = quickapp;
|
|
}
|
|
|
|
public int getIs_storeinstall() {
|
|
return is_storeinstall;
|
|
}
|
|
|
|
public void setIs_storeinstall(int is_storeinstall) {
|
|
this.is_storeinstall = is_storeinstall;
|
|
}
|
|
|
|
public int getIs_timecontrol() {
|
|
return is_timecontrol;
|
|
}
|
|
|
|
public void setIs_timecontrol(int is_timecontrol) {
|
|
this.is_timecontrol = is_timecontrol;
|
|
}
|
|
|
|
public String getTimecontrol_start() {
|
|
return timecontrol_start;
|
|
}
|
|
|
|
public void setTimecontrol_start(String timecontrol_start) {
|
|
this.timecontrol_start = timecontrol_start;
|
|
}
|
|
|
|
public String getTimecontrol_end() {
|
|
return timecontrol_end;
|
|
}
|
|
|
|
public void setTimecontrol_end(String timecontrol_end) {
|
|
this.timecontrol_end = timecontrol_end;
|
|
}
|
|
|
|
public int getIs_return_android() {
|
|
return is_return_android;
|
|
}
|
|
|
|
public void setIs_return_android(int is_return_android) {
|
|
this.is_return_android = is_return_android;
|
|
}
|
|
|
|
public int getIs_bluetooth_share() {
|
|
return is_bluetooth_share;
|
|
}
|
|
|
|
public void setIs_bluetooth_share(int is_bluetooth_share) {
|
|
this.is_bluetooth_share = is_bluetooth_share;
|
|
}
|
|
|
|
public int getIs_developer_mode() {
|
|
return is_developer_mode;
|
|
}
|
|
|
|
public void setIs_developer_mode(int is_developer_mode) {
|
|
this.is_developer_mode = is_developer_mode;
|
|
}
|
|
|
|
public int getIs_device_recover() {
|
|
return is_device_recover;
|
|
}
|
|
|
|
public void setIs_device_recover(int is_device_recover) {
|
|
this.is_device_recover = is_device_recover;
|
|
}
|
|
|
|
public int getIs_top_notify() {
|
|
return is_top_notify;
|
|
}
|
|
|
|
public void setIs_top_notify(int is_top_notify) {
|
|
this.is_top_notify = is_top_notify;
|
|
}
|
|
|
|
public int getIs_bottom_bar() {
|
|
return is_bottom_bar;
|
|
}
|
|
|
|
public void setIs_bottom_bar(int is_bottom_bar) {
|
|
this.is_bottom_bar = is_bottom_bar;
|
|
}
|
|
|
|
public int getIs_notify_bar_show() {
|
|
return is_notify_bar_show;
|
|
}
|
|
|
|
public void setIs_notify_bar_show(int is_notify_bar_show) {
|
|
this.is_notify_bar_show = is_notify_bar_show;
|
|
}
|
|
|
|
public int getVoice_assistant() {
|
|
return voice_assistant;
|
|
}
|
|
|
|
public void setVoice_assistant(int voice_assistant) {
|
|
this.voice_assistant = voice_assistant;
|
|
}
|
|
|
|
@NotNull
|
|
@Override
|
|
public String toString() {
|
|
return JsonParser.parseString(new Gson().toJson(this)).getAsJsonObject().toString();
|
|
}
|
|
}
|