Class MarketMetadataImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.oddsentities.markets.MarketMetadataImpl
- All Implemented Interfaces:
MarketMetadata
An implementation of the
MarketMetadata instance which uses data provided by the feed to define metadata information-
Method Summary
Modifier and TypeMethodDescriptionReturns the Italian AAMS id for this outrightReturns the end time of the event (as epoch timestamp)Returns a timestamp in UTC when to betstop the associated market.Returns the start time of the event (as epoch timestamp)toString()
-
Method Details
-
getNextBetstop
Returns a timestamp in UTC when to betstop the associated market. Typically used for outrights and typically is the start-time of the event the market refers to.- Specified by:
getNextBetstopin interfaceMarketMetadata- Returns:
- a timestamp in UTC in which to bestop the associated market.
-
getStartTime
Description copied from interface:MarketMetadataReturns the start time of the event (as epoch timestamp)- Specified by:
getStartTimein interfaceMarketMetadata- Returns:
- the start time of the event (as epoch timestamp)
-
getEndTime
Description copied from interface:MarketMetadataReturns the end time of the event (as epoch timestamp)- Specified by:
getEndTimein interfaceMarketMetadata- Returns:
- the end time of the event (as epoch timestamp)
-
getAamsId
Description copied from interface:MarketMetadataReturns the Italian AAMS id for this outright- Specified by:
getAamsIdin interfaceMarketMetadata- Returns:
- the Italian AAMS id for this outright
-
toString
-