Class MicrosoftGraphGeoCoordinates
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphGeoCoordinates
-
public final class MicrosoftGraphGeoCoordinates extends Object
geoCoordinates.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphGeoCoordinates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: geoCoordinates.Double
altitude()
Get the altitude property: Optional.Double
latitude()
Get the latitude property: Optional.Double
longitude()
Get the longitude property: Optional.void
validate()
Validates the instance.MicrosoftGraphGeoCoordinates
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: geoCoordinates.MicrosoftGraphGeoCoordinates
withAltitude(Double altitude)
Set the altitude property: Optional.MicrosoftGraphGeoCoordinates
withLatitude(Double latitude)
Set the latitude property: Optional.MicrosoftGraphGeoCoordinates
withLongitude(Double longitude)
Set the longitude property: Optional.
-
-
-
Method Detail
-
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.
-
-