| | |
| | | public int station_event_type_templow; //基站温度下限
|
| | | public int station_event_type_dampup; //基站湿度上限
|
| | | public int station_event_type_damplow; //基站湿度下限
|
| | | |
| | | public Page page;
|
| | |
|
| | | public int getNum() {
|
| | | return num;
|
| | |
| | | public void setStationName(String stationName) {
|
| | | this.stationName = stationName;
|
| | | }
|
| | | public Page getPage() {
|
| | | return page;
|
| | | }
|
| | | public void setPage(Page page) {
|
| | | this.page = page;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "Bts_station_event [num=" + num + ", station_id=" + station_id
|
| | |
| | | + station_event_type_tempup + ", station_event_type_templow="
|
| | | + station_event_type_templow + ", station_event_type_dampup="
|
| | | + station_event_type_dampup + ", station_event_type_damplow="
|
| | | + station_event_type_damplow + "]";
|
| | | + station_event_type_damplow + ", page=" + page + "]";
|
| | | }
|
| | |
|
| | |
|