Class Group

java.lang.Object
com.sportdataapi.data.Group

public class Group
extends java.lang.Object
Stage object (inside a match) for Sportdataapi.com.
Author:
ralph
  • Constructor Summary

    Constructors 
    Constructor Description
    Group()
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    int getId()
    Returns the ID.
    java.lang.String getName()
    Returns the name.
    void setId​(int id)
    Sets the ID.
    void setName​(java.lang.String name)
    Sets the name.

    Methods inherited from class java.lang.Object

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

    • Group

      public Group()
      Constructor.
  • Method Details

    • getId

      public int getId()
      Returns the ID.
      Returns:
      the id
    • setId

      public void setId​(int id)
      Sets the ID.
      Parameters:
      id - the id to set
    • getName

      public java.lang.String getName()
      Returns the name.
      Returns:
      the name
    • setName

      public void setName​(java.lang.String name)
      Sets the name.
      Parameters:
      name - the name to set