Package com.azure.maps.weather.models
Class PressureTendency
java.lang.Object
com.azure.maps.weather.models.PressureTendency
The PressureTendency model.
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Get the code property: Pressure tendency code regardless of language.Get the description property: Description of the pressure tendency in specified language.
-
Method Details
-
getDescription
Get the description property: Description of the pressure tendency in specified language.- Returns:
- the description value.
-
getCode
Get the code property: Pressure tendency code regardless of language. One of F=Falling, S=Steady, R=Rising.- Returns:
- the code value.
-