Interface Reference

All Known Implementing Classes:
ReferenceImpl

public interface Reference
An interface providing methods to access reference descriptions
  • Method Summary

    Modifier and Type
    Method
    Description
    default Integer
    Returns the AAMS id for this instance if provided among reference ids, null otherwise
    Returns the Betfair 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
    default String
    Returns the Lugas id for this instance if provided among reference ids, null otherwise
    Returns a Map with all the reference ids associated with the current instance
    Returns 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

      default Integer 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

      default String 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

      Map<String,String> getReferences()
      Returns a Map with all the reference ids associated with the current instance
      Returns:
      - all the reference ids associated with the current instance