Class MicrosoftGraphGeoCoordinates

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphGeoCoordinates

public final class MicrosoftGraphGeoCoordinates extends Object
geoCoordinates.
  • Constructor Details

    • MicrosoftGraphGeoCoordinates

      public MicrosoftGraphGeoCoordinates()
      Creates an instance of MicrosoftGraphGeoCoordinates class.
  • Method Details

    • altitude

      public Double altitude()
      Get the altitude property: Optional. The altitude (height), in feet, above sea level for the item. Read-only.
      Returns:
      the altitude value.
    • withAltitude

      public MicrosoftGraphGeoCoordinates withAltitude(Double altitude)
      Set the altitude property: Optional. The altitude (height), in feet, above sea level for the item. Read-only.
      Parameters:
      altitude - the altitude value to set.
      Returns:
      the MicrosoftGraphGeoCoordinates object itself.
    • latitude

      public Double latitude()
      Get the latitude property: Optional. The latitude, in decimal, for the item. Read-only.
      Returns:
      the latitude value.
    • withLatitude

      public MicrosoftGraphGeoCoordinates withLatitude(Double latitude)
      Set the latitude property: Optional. The latitude, in decimal, for the item. Read-only.
      Parameters:
      latitude - the latitude value to set.
      Returns:
      the MicrosoftGraphGeoCoordinates object itself.
    • longitude

      public Double longitude()
      Get the longitude property: Optional. The longitude, in decimal, for the item. Read-only.
      Returns:
      the longitude value.
    • withLongitude

      public MicrosoftGraphGeoCoordinates withLongitude(Double longitude)
      Set the longitude property: Optional. The longitude, in decimal, for the item. Read-only.
      Parameters:
      longitude - the longitude value to set.
      Returns:
      the MicrosoftGraphGeoCoordinates object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: geoCoordinates.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphGeoCoordinates withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: geoCoordinates.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphGeoCoordinates object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.