java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.GroupImpl
All Implemented Interfaces:
Group

public class GroupImpl extends Object implements Group
Represents a competition group
  • Method Details

    • getName

      public String getName()
      Returns the name of the group
      Specified by:
      getName in interface Group
      Returns:
      - the name of the group
    • getCompetitors

      public List<Competitor> getCompetitors()
      Returns an unmodifiable List representing group competitors
      Specified by:
      getCompetitors in interface Group
      Returns:
      - an unmodifiable List representing group competitors(if available); otherwise null
      See Also:
      • ImmutableList
    • getId

      public String getId()
      Returns the id of the group
      Specified by:
      getId in interface Group
      Returns:
      - the id of the group
    • toString

      public String toString()
      Returns a String describing the current Group instance
      Overrides:
      toString in class Object
      Returns:
      - a String describing the current Group instance