Class LeagueStandings

java.lang.Object
com.sportdataapi.data.LeagueStandings

public class LeagueStandings
extends java.lang.Object
Information about the teamStandings in a league.
Author:
ralph
  • Constructor Summary

    Constructors 
    Constructor Description
    LeagueStandings()
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​java.util.List<TeamStandings>> getGroupStandings()
    Returns the groupStandings.
    int getLeagueId()
    Returns the leagueId.
    int getSeasonId()
    Returns the seasonId.
    java.util.List<TeamStandings> getTeamStandings()
    Returns the teamStandings.
    boolean isHasGroups()
    Returns the hasGroups.
    void setHasGroups​(boolean hasGroups)
    Sets the hasGroups.
    void setLeagueId​(int leagueId)
    Sets the leagueId.
    void setSeasonId​(int seasonId)
    Sets the seasonId.
    void setStandings​(java.lang.Object standings)
    Sets the teamStandings.
    java.lang.String toString()

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getLeagueId

      public int getLeagueId()
      Returns the leagueId.
      Returns:
      the leagueId
    • setLeagueId

      public void setLeagueId​(int leagueId)
      Sets the leagueId.
      Parameters:
      leagueId - the leagueId to set
    • getSeasonId

      public int getSeasonId()
      Returns the seasonId.
      Returns:
      the seasonId
    • setSeasonId

      public void setSeasonId​(int seasonId)
      Sets the seasonId.
      Parameters:
      seasonId - the seasonId to set
    • isHasGroups

      public boolean isHasGroups()
      Returns the hasGroups.
      Returns:
      the hasGroups
    • setHasGroups

      public void setHasGroups​(boolean hasGroups)
      Sets the hasGroups.
      Parameters:
      hasGroups - the hasGroups to set
    • getTeamStandings

      public java.util.List<TeamStandings> getTeamStandings()
      Returns the teamStandings.
      Returns:
      the teamStandings
    • getGroupStandings

      public java.util.Map<java.lang.String,​java.util.List<TeamStandings>> getGroupStandings()
      Returns the groupStandings.
      Returns:
      the groupStandings
    • setStandings

      public void setStandings​(java.lang.Object standings)
      Sets the teamStandings.
      Parameters:
      standings - - the standings to set
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object