public class ChildRaceCi extends Object
Constructor and Description |
---|
ChildRaceCi(com.sportradar.uf.sportsapi.datamodel.SapiSportEventChildren.SapiSportEvent sportEvent,
Locale locale)
Initializes a new instance of the
ChildRaceCi class |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified object is equal to the current object
|
Urn |
getId()
Returns the
Urn of the represented sport entity |
String |
getName()
Returns the name of the race represented by the current instance
|
Date |
getSchedule()
Returns a
Date specifying the scheduled start date for the sport event associated with the current instance |
Date |
getScheduleEnd()
Returns a
Date specifying the scheduled end time of the sport event associated with the current instance |
SportEventType |
getType()
Returns a
SportEventType specifying the type of the associated sport event or a null reference
if property is not applicable for the associated race |
int |
hashCode()
Serves as the default hash function
|
public ChildRaceCi(com.sportradar.uf.sportsapi.datamodel.SapiSportEventChildren.SapiSportEvent sportEvent, Locale locale)
ChildRaceCi
classsportEvent
- - SapiSportEventChildren.SapiSportEvent
instance containing information about the child racelocale
- - Locale
specifying the language of the sportEventpublic SportEventType getType()
SportEventType
specifying the type of the associated sport event or a null reference
if property is not applicable for the associated raceSportEventType
specifying the type of the associated sport event or a null reference
if property is not applicable for the associated racepublic String getName()
public Date getSchedule()
Date
specifying the scheduled start date for the sport event associated with the current instanceDate
specifying the scheduled start date for the sport event associated with the current instancepublic Date getScheduleEnd()
Date
specifying the scheduled end time of the sport event associated with the current instanceDate
specifying the scheduled end time of the sport event associated with the current instancepublic Urn getId()
Urn
of the represented sport entityUrn
of the represented sport entitypublic boolean equals(Object obj)
Copyright © 2016–2025. All rights reserved.