| | |
| | | private Integer dev_errcommcount;
|
| | | private Integer battgroupid;
|
| | | private String stationName;//机房名称
|
| | | private String stationName5;//区县名称
|
| | | private String deviceName;//设备名称
|
| | | private String battgroupName;//电池组名称
|
| | | private Integer GroupIndexInFBSDevice;//被测电池组号
|
| | |
| | | public void setBattgroupid(Integer battgroupid) {
|
| | | this.battgroupid = battgroupid;
|
| | | }
|
| | | public String getStationName5() {
|
| | | return stationName5;
|
| | | }
|
| | | public void setStationName5(String stationName5) {
|
| | | this.stationName5 = stationName5;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "Fbs9600_state [num=" + num + ", dev_ip=" + dev_ip + ", dev_id="
|
| | |
| | | + dev_workstate + ", dev_alarmstate=" + dev_alarmstate
|
| | | + ", dev_commcount=" + dev_commcount + ", dev_errcommcount="
|
| | | + dev_errcommcount + ", battgroupid=" + battgroupid
|
| | | + ", stationName=" + stationName + ", deviceName=" + deviceName
|
| | | + ", stationName=" + stationName + ", stationName5="
|
| | | + stationName5 + ", deviceName=" + deviceName
|
| | | + ", battgroupName=" + battgroupName
|
| | | + ", GroupIndexInFBSDevice=" + GroupIndexInFBSDevice
|
| | | + ", page=" + page + "]";
|
| | |
| | |
|
| | |
|
| | |
|
| | | |
| | |
|
| | |
|
| | | }
|