public interface SportEventConditions
Modifier and Type | Method and Description |
---|---|
String |
getAttendance()
Returns a
String specifying the attendance of the associated sport event |
String |
getEventMode()
Returns the mode of the event
|
List<Pitcher> |
getPitchers()
Returns the list of
Pitcher |
Referee |
getReferee()
Returns the
Referee instance representing the referee presiding over the associated sport event |
WeatherInfo |
getWeatherInfo()
Returns the
WeatherInfo instance representing the expected weather on the associated sport event |
String getAttendance()
String
specifying the attendance of the associated sport eventString
specifying the attendance of the associated sport eventString getEventMode()
Referee getReferee()
Referee
instance representing the referee presiding over the associated sport eventReferee
instance representing the referee presiding over the associated sport event, if available;
otherwise nullWeatherInfo getWeatherInfo()
WeatherInfo
instance representing the expected weather on the associated sport eventWeatherInfo
instance representing the expected weather on the associated sport event, if available;
otherwise nullCopyright © 2016–2025. All rights reserved.