| | |
| | | private Integer dev_commcount;
|
| | | private Integer dev_errcommcount;
|
| | | private Integer dev_rxnullerrcount;
|
| | | private Integer batt_online_state;
|
| | |
|
| | | private String online_vols;
|
| | | private String group_vols;
|
| | |
| | | public void setDev_temp(Float dev_temp) {
|
| | | this.dev_temp = dev_temp;
|
| | | }
|
| | | public Integer getBatt_online_state() {
|
| | | return batt_online_state;
|
| | | }
|
| | | public void setBatt_online_state(Integer batt_online_state) {
|
| | | this.batt_online_state = batt_online_state;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "Fbs9100_state [num=" + num + ", dev_ip=" + dev_ip
|
| | |
| | | + ", dev_restest_monindex=" + dev_restest_monindex
|
| | | + ", dev_commcount=" + dev_commcount + ", dev_errcommcount="
|
| | | + dev_errcommcount + ", dev_rxnullerrcount="
|
| | | + dev_rxnullerrcount + ", online_vols=" + online_vols
|
| | | + dev_rxnullerrcount + ", batt_online_state="
|
| | | + batt_online_state + ", online_vols=" + online_vols
|
| | | + ", group_vols=" + group_vols + ", group_currs=" + group_currs
|
| | | + ", stationName=" + stationName + ", deviceName=" + deviceName
|
| | | + ", note=" + note + ", page=" + page + ", dev_conresist="
|
| | |
| | |
|
| | |
|
| | |
|
| | | |
| | | }
|