Interface Reference
- All Known Implementing Classes:
ReferenceImpl
public interface Reference
An interface providing methods to access reference descriptions
-
Method Summary
Modifier and TypeMethodDescriptiondefault IntegerReturns the AAMS id for this instance if provided among 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 otherwisedefault StringReturns the Lugas id for this instance if provided among 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 otherwise
-
Method Details
-
getBetradarId
Integer getBetradarId()Returns the Betradar id for this instance if provided amount reference ids, null otherwise- Returns:
- - the Betradar id for this instance if provided amount reference ids, null otherwise
-
getBetfairId
Integer getBetfairId()Returns the Betfair id for this instance if provided amount reference ids, null otherwise- Returns:
- - the Betfair id for this instance if provided amount reference ids, null otherwise
-
getRotationNumber
Integer getRotationNumber()Returns the rotation number for this instance if provided amount reference ids, null otherwise- Returns:
- - the rotation number for this instance if provided amount reference ids, null otherwise
-
getAamsId
Returns the AAMS id for this instance if provided among reference ids, null otherwise- Returns:
- - the AAMS id for this instance if provided among reference ids, null otherwise
-
getLugasId
Returns the Lugas id for this instance if provided among reference ids, null otherwise- Returns:
- - the Lugas id for this instance if provided among reference ids, null otherwise
-
getReferences
Returns aMapwith all the reference ids associated with the current instance- Returns:
- - all the reference ids associated with the current instance
-