public class SportEventConditionsCi extends Object
| Constructor and Description | 
|---|
SportEventConditionsCi(ExportableSportEventConditionsCi exportable)  | 
SportEventConditionsCi(com.sportradar.uf.sportsapi.datamodel.SapiSportEventConditions seConditions,
                      Locale locale)
Initializes a new instance of the  
SportEventConditionsCi class | 
| Modifier and Type | Method and Description | 
|---|---|
ExportableSportEventConditionsCi | 
export()  | 
String | 
getAttendance()
Returns a  
String specifying the attendance of the associated sport event | 
String | 
getEventMode()
Returns the mode of the event 
 | 
List<PitcherCi> | 
getPitchers()
Returns the list of associated  
Pitcher | 
RefereeCi | 
getReferee()
Returns the  
RefereeCi instance representing the referee presiding over the associated sport event | 
WeatherInfoCi | 
getWeatherInfo()
Returns the  
WeatherInfoCi instance representing the expected weather on the associated sport event | 
void | 
merge(com.sportradar.uf.sportsapi.datamodel.SapiSportEventConditions seConditions,
     Locale locale)
Merges the information from the provided  
SapiSportEventConditions into the current instance | 
public SportEventConditionsCi(com.sportradar.uf.sportsapi.datamodel.SapiSportEventConditions seConditions,
                              Locale locale)
SportEventConditionsCi classseConditions - - SapiSportEventConditions containing information about the competitorlocale - - Locale specifying the language of the seConditionspublic SportEventConditionsCi(ExportableSportEventConditionsCi exportable)
public void merge(com.sportradar.uf.sportsapi.datamodel.SapiSportEventConditions seConditions,
                  Locale locale)
SapiSportEventConditions into the current instanceseConditions - - SapiSportEventConditions containing information about the competitorlocale - - Locale specifying the language of the seConditionspublic String getAttendance()
String specifying the attendance of the associated sport eventString specifying the attendance of the associated sport eventpublic String getEventMode()
public RefereeCi getReferee()
RefereeCi instance representing the referee presiding over the associated sport eventRefereeCi instance representing the referee presiding over the associated sport eventpublic WeatherInfoCi getWeatherInfo()
WeatherInfoCi instance representing the expected weather on the associated sport eventWeatherInfoCi instance representing the expected weather on the associated sport eventpublic List<PitcherCi> getPitchers()
PitcherPitcherpublic ExportableSportEventConditionsCi export()
Copyright © 2016–2025. All rights reserved.