| | |
| | | private File Chart_behind;
|
| | | private File Chart_warn;
|
| | | private File Chart_timeout;
|
| | | private File Chart_poff; //停电
|
| | | private File Chart_install;//未添加的图标
|
| | |
|
| | | private File Chart_nuclear_cap;//核容放电
|
| | | private File Chart_dev_alarm;//设备告警
|
| | | private File Chart_pre_charge;//预充电
|
| | | private File Chart_online_charge;//在线充电
|
| | | private File Chart_online_charge;//在线充电 |
| | | |
| | | private File Chart_xuhang;//续航不足
|
| | |
|
| | | private Blob Chart_logo_blob;
|
| | | private Blob Chart_normal_blob;
|
| | |
| | | public void setChart_timeout_blob(Blob chart_timeout_blob) {
|
| | | Chart_timeout_blob = chart_timeout_blob;
|
| | | }
|
| | | public File getChart_poff() {
|
| | | return Chart_poff;
|
| | | }
|
| | | public void setChart_poff(File chart_poff) {
|
| | | Chart_poff = chart_poff;
|
| | | }
|
| | | public File getChart_install() {
|
| | | return Chart_install;
|
| | | }
|
| | | public void setChart_install(File chart_install) {
|
| | | Chart_install = chart_install;
|
| | | }
|
| | | public File getChart_xuhang() {
|
| | | return Chart_xuhang;
|
| | | }
|
| | | public void setChart_xuhang(File chart_xuhang) {
|
| | | Chart_xuhang = chart_xuhang;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "User_Chart [num=" + num + ", Chart_name=" + Chart_name
|
| | | + ", Chart_file=" + Chart_file + ", Chart_logo=" + Chart_logo
|
| | | + ", Chart_normal=" + Chart_normal + ", Chart_behind="
|
| | | + Chart_behind + ", Chart_warn=" + Chart_warn
|
| | | + ", Chart_timeout=" + Chart_timeout + ", Chart_nuclear_cap="
|
| | | + Chart_nuclear_cap + ", Chart_dev_alarm=" + Chart_dev_alarm
|
| | | + ", Chart_timeout=" + Chart_timeout + ", Chart_poff="
|
| | | + Chart_poff + ", Chart_install=" + Chart_install
|
| | | + ", Chart_nuclear_cap=" + Chart_nuclear_cap
|
| | | + ", Chart_dev_alarm=" + Chart_dev_alarm
|
| | | + ", Chart_pre_charge=" + Chart_pre_charge
|
| | | + ", Chart_online_charge=" + Chart_online_charge
|
| | | + ", Chart_logo_blob=" + Chart_logo_blob
|
| | | + ", Chart_normal_blob=" + Chart_normal_blob
|
| | | + ", Chart_xuhang=" + Chart_xuhang + ", Chart_logo_blob="
|
| | | + Chart_logo_blob + ", Chart_normal_blob=" + Chart_normal_blob
|
| | | + ", Chart_behind_blob=" + Chart_behind_blob
|
| | | + ", Chart_warn_blob=" + Chart_warn_blob
|
| | | + ", Chart_timeout_blob=" + Chart_timeout_blob + "]";
|
| | | }
|
| | |
|
| | |
|
| | | |
| | | |
| | | }
|