| | |
| | | private String StationName3;
|
| | | private String StationName5;
|
| | | private String StationId;
|
| | | |
| | | private Object obj;
|
| | | public int getNum() {
|
| | | return num;
|
| | | }
|
| | |
| | | public void setStationId(String stationId) {
|
| | | StationId = stationId;
|
| | | }
|
| | | public Object getObj() {
|
| | | return obj;
|
| | | }
|
| | | public void setObj(Object obj) {
|
| | | this.obj = obj;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "Fbs9100_battparam [num=" + num + ", dev_ip=" + dev_ip
|
| | | + ", dev_id=" + dev_id + ", op_cmd=" + op_cmd + ", STD_CAP="
|
| | | + STD_CAP + ", STD_RES=" + STD_RES + ", BattGroupCount="
|
| | | + BattGroupCount + ", EachGroupBattCount=" + EachGroupBattCount
|
| | | + ", MonomerVol=" + MonomerVol + ", GroupVol=" + GroupVol
|
| | | + ", BattTemp=" + BattTemp + ", FloatChargeVol="
|
| | | + FloatChargeVol + ", FloatChargeCurr=" + FloatChargeCurr
|
| | | + ", OnlineVolLow=" + OnlineVolLow + ", GroupConnType="
|
| | | + GroupConnType + ", note=" + note + ", DeviceName="
|
| | | + DeviceName + ", StationName=" + StationName
|
| | | + ", StationName1=" + StationName1 + ", StationName2="
|
| | | + StationName2 + ", StationName3=" + StationName3
|
| | | + ", StationName5=" + StationName5 + ", StationId=" + StationId
|
| | | + "]";
|
| | | return "Fbs9100_battparam [num=" + num + ", dev_ip=" + dev_ip + ", dev_id=" + dev_id + ", op_cmd=" + op_cmd
|
| | | + ", STD_CAP=" + STD_CAP + ", STD_RES=" + STD_RES + ", BattGroupCount=" + BattGroupCount
|
| | | + ", EachGroupBattCount=" + EachGroupBattCount + ", MonomerVol=" + MonomerVol + ", GroupVol=" + GroupVol
|
| | | + ", BattTemp=" + BattTemp + ", FloatChargeVol=" + FloatChargeVol + ", FloatChargeCurr="
|
| | | + FloatChargeCurr + ", OnlineVolLow=" + OnlineVolLow + ", GroupConnType=" + GroupConnType + ", note="
|
| | | + note + ", DeviceName=" + DeviceName + ", StationName=" + StationName + ", StationName1="
|
| | | + StationName1 + ", StationName2=" + StationName2 + ", StationName3=" + StationName3 + ", StationName5="
|
| | | + StationName5 + ", StationId=" + StationId + ", obj=" + obj + "]";
|
| | | }
|
| | |
|
| | | }
|