| | |
| | | private int num;
|
| | | private int sensor_dev_id;
|
| | | private Date record_time;
|
| | | private Date record_time1;
|
| | | private float airtmp;
|
| | | private float airhum;
|
| | | private int smoke;
|
| | |
| | | public void setNote(String note) {
|
| | | this.note = note;
|
| | | }
|
| | | public Date getRecord_time1() {
|
| | | return record_time1;
|
| | | }
|
| | | public void setRecord_time1(Date record_time1) {
|
| | | this.record_time1 = record_time1;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "Sensor_hisdata [num=" + num + ", sensor_dev_id="
|
| | | + sensor_dev_id + ", record_time=" + record_time + ", airtmp="
|
| | | + airtmp + ", airhum=" + airhum + ", smoke=" + smoke
|
| | | + ", water=" + water + ", lightintensity=" + lightintensity
|
| | | + sensor_dev_id + ", record_time=" + record_time
|
| | | + ", record_time1=" + record_time1 + ", airtmp=" + airtmp
|
| | | + ", airhum=" + airhum + ", smoke=" + smoke + ", water="
|
| | | + water + ", lightintensity=" + lightintensity
|
| | | + ", CO2concentration=" + CO2concentration
|
| | | + ", COconcentration=" + COconcentration
|
| | | + ", CH4concentration=" + CH4concentration
|