| | |
| | | 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_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_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 + "]";
|
| | |
| | |
|
| | |
|
| | |
|
| | | |
| | | }
|