java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.WeatherInfoCi

public class WeatherInfoCi extends Object
A weather info representation used by caching components
  • Method Details

    • getTemperatureCelsius

      public Integer 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

      public String 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

      public String 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

      public String getPitch()
      Returns the pitch weather
      Returns:
      - the pitch weather
    • getWeatherConditions

      public String 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

      public ExportableWeatherInfoCi export()