Class Game

java.lang.Object
com.github.twitch4j.helix.domain.Game

public class Game extends Object
Game
  • Constructor Details

    • Game

      public Game()
  • Method Details

    • getBoxArtUrl

      public String getBoxArtUrl(Integer width, Integer height)
      Gets the game's box art url for specific dimensions
      Parameters:
      width - game's box art width
      height - game's box art height
      Returns:
      String
    • getId

      public String getId()
      Game ID.
    • getIgdbId

      public String getIgdbId()
      The ID that IGDB uses to identify this game, or an empty string.
    • getName

      public String getName()
      Game name.
    • getBoxArtUrl

      public String getBoxArtUrl()
      Template URL for the game’s box art.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object