Package com.microsoft.graph.models
Class DeviceGeoLocation
java.lang.Object
com.microsoft.graph.models.DeviceGeoLocation
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DeviceGeoLocation
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Geo Location.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Altitude.The Heading.The Horizontal Accuracy.The Last Collected Date Time.The Latitude.The Longitude.the OData type of the object as returned by the serviceThe Speed.The Vertical Accuracy. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
altitude
The Altitude. Altitude, given in meters above sea level -
heading
The Heading. Heading in degrees from true north -
horizontalAccuracy
@SerializedName(value="horizontalAccuracy", alternate="HorizontalAccuracy") @Expose @Nullable public Double horizontalAccuracyThe Horizontal Accuracy. Accuracy of longitude and latitude in meters -
lastCollectedDateTime
@SerializedName(value="lastCollectedDateTime", alternate="LastCollectedDateTime") @Expose @Nullable public OffsetDateTime lastCollectedDateTimeThe Last Collected Date Time. Time at which location was recorded, relative to UTC -
latitude
The Latitude. Latitude coordinate of the device's location -
longitude
The Longitude. Longitude coordinate of the device's location -
speed
The Speed. Speed the device is traveling in meters per second -
verticalAccuracy
@SerializedName(value="verticalAccuracy", alternate="VerticalAccuracy") @Expose @Nullable public Double verticalAccuracyThe Vertical Accuracy. Accuracy of altitude in meters
-
-
Constructor Details
-
DeviceGeoLocation
public DeviceGeoLocation()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-