public class GetSensorData
extends java.lang.Object
Java class for getSensorData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getSensorData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="time" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
time |
Constructor and Description |
---|
GetSensorData() |
Modifier and Type | Method and Description |
---|---|
long |
getTime()
Gets the value of the time property.
|
void |
setTime(long value)
Sets the value of the time property.
|