Class ReferenceImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.ReferenceImpl
- All Implemented Interfaces:
Reference
A representation of the various references
-
Method Summary
Modifier and TypeMethodDescriptionReturns the AAMS id for this instance if provided amount reference ids, null otherwiseReturns the Betfair id for this instance if provided amount reference ids, null otherwiseReturns the Betradar id for this instance if provided amount reference ids, null otherwiseReturns the Lugas id for this instance if provided amount reference ids, null otherwiseReturns aMapwith all the reference ids associated with the current instanceReturns the rotation number for this instance if provided amount reference ids, null otherwisetoString()
-
Method Details
-
getBetradarId
Returns the Betradar id for this instance if provided amount reference ids, null otherwise- Specified by:
getBetradarIdin interfaceReference- Returns:
- - the Betradar id for this instance if provided amount reference ids, null otherwise
-
getBetfairId
Returns the Betfair id for this instance if provided amount reference ids, null otherwise- Specified by:
getBetfairIdin interfaceReference- Returns:
- - the Betfair id for this instance if provided amount reference ids, null otherwise
-
getRotationNumber
Returns the rotation number for this instance if provided amount reference ids, null otherwise- Specified by:
getRotationNumberin interfaceReference- Returns:
- - the rotation number for this instance if provided amount reference ids, null otherwise
-
getAamsId
Returns the AAMS id for this instance if provided amount reference ids, null otherwise -
getLugasId
Returns the Lugas id for this instance if provided amount reference ids, null otherwise- Specified by:
getLugasIdin interfaceReference- Returns:
- - the Lugas id for this instance if provided amount reference ids, null otherwise
-
getReferences
Returns aMapwith all the reference ids associated with the current instance- Specified by:
getReferencesin interfaceReference- Returns:
- - all the reference ids associated with the current instance
- See Also:
-
ImmutableMap
-
toString
-