Class WeatherInfoCi
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.WeatherInfoCi
A weather info representation used by caching components
-
Method Summary
Modifier and TypeMethodDescriptionexport()getPitch()Returns the pitch weatherReturns the temperature in degrees celsius or a null reference if the temperature is not knownReturns the summary of the weather conditions or a null reference if the weather conditions are not knowngetWind()Returns the wind conditions or a null reference if the wind status is not knownReturns the wind advantage information or a null reference if the wind advantage is not known
-
Method Details
-
getTemperatureCelsius
Returns the temperature in degrees celsius or a null reference if the temperature is not known- Returns:
- - the temperature in degrees celsius or a null reference if the temperature is not known
-
getWind
Returns the wind conditions or a null reference if the wind status is not known- Returns:
- - the wind conditions or a null reference if the wind status is not known
-
getWindAdvantage
Returns the wind advantage information or a null reference if the wind advantage is not known- Returns:
- - the wind advantage information or a null reference if the wind advantage is not known
-
getPitch
Returns the pitch weather- Returns:
- - the pitch weather
-
getWeatherConditions
Returns the summary of the weather conditions or a null reference if the weather conditions are not known- Returns:
- - the summary of the weather conditions or a null reference if the weather conditions are not known
-
export
-