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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • altitude

      @SerializedName(value="altitude", alternate="Altitude") @Expose @Nullable public Double altitude
      The Altitude. Altitude, given in meters above sea level
    • heading

      @SerializedName(value="heading", alternate="Heading") @Expose @Nullable public Double heading
      The Heading. Heading in degrees from true north
    • horizontalAccuracy

      @SerializedName(value="horizontalAccuracy", alternate="HorizontalAccuracy") @Expose @Nullable public Double horizontalAccuracy
      The Horizontal Accuracy. Accuracy of longitude and latitude in meters
    • lastCollectedDateTime

      @SerializedName(value="lastCollectedDateTime", alternate="LastCollectedDateTime") @Expose @Nullable public OffsetDateTime lastCollectedDateTime
      The Last Collected Date Time. Time at which location was recorded, relative to UTC
    • latitude

      @SerializedName(value="latitude", alternate="Latitude") @Expose @Nullable public Double latitude
      The Latitude. Latitude coordinate of the device's location
    • longitude

      @SerializedName(value="longitude", alternate="Longitude") @Expose @Nullable public Double longitude
      The Longitude. Longitude coordinate of the device's location
    • speed

      @SerializedName(value="speed", alternate="Speed") @Expose @Nullable public Double speed
      The Speed. Speed the device is traveling in meters per second
    • verticalAccuracy

      @SerializedName(value="verticalAccuracy", alternate="VerticalAccuracy") @Expose @Nullable public Double verticalAccuracy
      The 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 interface com.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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to