public class DeviceLocationCreateRequest extends DeviceEventCreateRequest implements IDeviceLocationCreateRequest, java.io.Serializable
DeviceLocation
via REST APIs.Modifier and Type | Class and Description |
---|---|
static class |
DeviceLocationCreateRequest.Builder |
Constructor and Description |
---|
DeviceLocationCreateRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getElevation()
Get elevation.s
|
java.lang.Double |
getLatitude()
Get latitude.
|
java.lang.Double |
getLongitude()
Get longitude.
|
void |
setElevation(java.lang.Double elevation) |
void |
setLatitude(java.lang.Double latitude) |
void |
setLongitude(java.lang.Double longitude) |
getEventDate, getMetadata, isUpdateState, setEventDate, setMetadata, setUpdateState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEventDate, getMetadata, isUpdateState, setUpdateState
public java.lang.Double getLatitude()
IDeviceLocationCreateRequest
getLatitude
in interface IDeviceLocationCreateRequest
public void setLatitude(java.lang.Double latitude)
public java.lang.Double getLongitude()
IDeviceLocationCreateRequest
getLongitude
in interface IDeviceLocationCreateRequest
public void setLongitude(java.lang.Double longitude)
public java.lang.Double getElevation()
IDeviceLocationCreateRequest
getElevation
in interface IDeviceLocationCreateRequest
public void setElevation(java.lang.Double elevation)