public class SensorStatus extends Object
Constructor and Description |
---|
SensorStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSensorId() |
SensorStatusEnum |
getStatus() |
XMLGregorianCalendar |
getTimestamp() |
int |
hashCode() |
void |
setSensorId(String sensorId)
Sets the Sensor Id.
|
void |
setStatus(SensorStatusEnum statusEnum)
Sets the status of the sensor.
|
void |
setTimestamp(XMLGregorianCalendar timestamp)
Sets the time of the status.
|
String |
toString() |
public String getSensorId()
public void setSensorId(String sensorId)
sensorId
- the new Sensor Id.public SensorStatusEnum getStatus()
public void setStatus(SensorStatusEnum statusEnum)
statusEnum
- the new SensorStatusEnum.public XMLGregorianCalendar getTimestamp()
public void setTimestamp(XMLGregorianCalendar timestamp)
timestamp
- the new time.Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.