Class SportEventConditionsCi
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.SportEventConditionsCi
A sport event conditions representation used by caching components
-
Constructor Summary
ConstructorsConstructorDescriptionSportEventConditionsCi(com.sportradar.uf.sportsapi.datamodel.SapiSportEventConditions seConditions, Locale locale) Initializes a new instance of theSportEventConditionsCiclass -
Method Summary
Modifier and TypeMethodDescriptionexport()Returns aStringspecifying the attendance of the associated sport eventReturns the mode of the eventReturns the list of associatedPitcherReturns theRefereeCiinstance representing the referee presiding over the associated sport eventReturns theWeatherInfoCiinstance representing the expected weather on the associated sport eventvoidMerges the information from the providedSapiSportEventConditionsinto the current instance
-
Constructor Details
-
SportEventConditionsCi
public SportEventConditionsCi(com.sportradar.uf.sportsapi.datamodel.SapiSportEventConditions seConditions, Locale locale) Initializes a new instance of theSportEventConditionsCiclass- Parameters:
seConditions- -SapiSportEventConditionscontaining information about the competitorlocale- -Localespecifying the language of the seConditions
-
SportEventConditionsCi
-
-
Method Details
-
merge
public void merge(com.sportradar.uf.sportsapi.datamodel.SapiSportEventConditions seConditions, Locale locale) Merges the information from the providedSapiSportEventConditionsinto the current instance- Parameters:
seConditions- -SapiSportEventConditionscontaining information about the competitorlocale- -Localespecifying the language of the seConditions
-
getAttendance
Returns aStringspecifying the attendance of the associated sport event- Returns:
- - a
Stringspecifying the attendance of the associated sport event
-
getEventMode
Returns the mode of the event- Returns:
- - the mode of the event
-
getReferee
Returns theRefereeCiinstance representing the referee presiding over the associated sport event- Returns:
- - the
RefereeCiinstance representing the referee presiding over the associated sport event
-
getWeatherInfo
Returns theWeatherInfoCiinstance representing the expected weather on the associated sport event- Returns:
- - the
WeatherInfoCiinstance representing the expected weather on the associated sport event
-
getPitchers
Returns the list of associatedPitcher- Returns:
- the list of assocaited
Pitcher
-
export
-