| | |
| | | private String stationName2;
|
| | | private String stationName3;
|
| | | private String stationName5;
|
| | | private float monvolstd; //设备是2v还是12的电池
|
| | | public BattMap_information() {
|
| | | super();
|
| | |
|
| | |
| | | }
|
| | |
|
| | |
|
| | | |
| | |
|
| | | @Override
|
| | | public String toString() {
|
| | | return "BattMap_information [num=" + num + ", StationId=" + StationId
|
| | | + ", StationName=" + StationName + ", Address=" + Address
|
| | | + ", longitude=" + longitude + ", latitude=" + latitude
|
| | | + ", information=" + information + ", FBSDeviceId="
|
| | | + FBSDeviceId + ", page=" + page + ", stationName1="
|
| | | + stationName1 + ", stationName2=" + stationName2
|
| | | + ", stationName3=" + stationName3 + ", stationName5="
|
| | | + stationName5 + "]";
|
| | | }
|
| | |
|
| | |
|
| | | public String getStationName1() {
|
| | | return stationName1;
|
| | | }
|
| | |
| | |
|
| | |
|
| | |
|
| | | public float getMonvolstd() {
|
| | | return monvolstd;
|
| | | }
|
| | |
|
| | |
|
| | | public void setMonvolstd(float monvolstd) {
|
| | | this.monvolstd = monvolstd;
|
| | | }
|
| | |
|
| | |
|
| | | @Override
|
| | | public String toString() {
|
| | | return "BattMap_information [num=" + num + ", StationId=" + StationId
|
| | | + ", StationName=" + StationName + ", Address=" + Address
|
| | | + ", longitude=" + longitude + ", latitude=" + latitude
|
| | | + ", information=" + information + ", FBSDeviceId="
|
| | | + FBSDeviceId + ", page=" + page + ", stationName1="
|
| | | + stationName1 + ", stationName2=" + stationName2
|
| | | + ", stationName3=" + stationName3 + ", stationName5="
|
| | | + stationName5 + ", monvolstd=" + monvolstd + "]";
|
| | | }
|
| | | |
| | |
|
| | | |
| | | |
| | |
|
| | |
|
| | |
|
| | | }
|