public class Dota2LiveLeagueGame extends Object
Dota2LiveLeagueGame class.
| Constructor and Description |
|---|
Dota2LiveLeagueGame() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDireSeriesWins()
Getter for the field
direSeriesWins. |
Dota2LiveLeagueTeamInfo |
getDireTeam()
Getter for the field
direTeam. |
int |
getGameNumber()
Getter for the field
gameNumber. |
int |
getLeagueGameId()
Getter for the field
leagueGameId. |
int |
getLeagueId()
Getter for the field
leagueId. |
int |
getLeagueSeriesId()
Getter for the field
leagueSeriesId. |
int |
getLeagueTier()
Getter for the field
leagueTier. |
long |
getLobbyId()
Getter for the field
lobbyId. |
long |
getMatchId()
Getter for the field
matchId. |
int |
getNumOfSpectators()
Getter for the field
numOfSpectators. |
List<Dota2GamePlayer> |
getPlayers()
Getter for the field
players. |
int |
getRadiantSeriesWins()
Getter for the field
radiantSeriesWins. |
Dota2LiveLeagueTeamInfo |
getRadiantTeam()
Getter for the field
radiantTeam. |
Dota2ScoreboardStats |
getScoreboard()
Getter for the field
scoreboard. |
int |
getSeriesId()
Getter for the field
seriesId. |
int |
getSeriesType()
Getter for the field
seriesType. |
String |
getStageName()
Getter for the field
stageName. |
int |
getStreamDelay()
Getter for the field
streamDelay. |
void |
setDireSeriesWins(int direSeriesWins)
Setter for the field
direSeriesWins. |
void |
setDireTeam(Dota2LiveLeagueTeamInfo direTeam)
Setter for the field
direTeam. |
void |
setGameNumber(int gameNumber)
Setter for the field
gameNumber. |
void |
setLeagueGameId(int leagueGameId)
Setter for the field
leagueGameId. |
void |
setLeagueId(int leagueId)
Setter for the field
leagueId. |
void |
setLeagueSeriesId(int leagueSeriesId)
Setter for the field
leagueSeriesId. |
void |
setLeagueTier(int leagueTier)
Setter for the field
leagueTier. |
void |
setLobbyId(long lobbyId)
Setter for the field
lobbyId. |
void |
setMatchId(long matchId)
Setter for the field
matchId. |
void |
setNumOfSpectators(int numOfSpectators)
Setter for the field
numOfSpectators. |
void |
setPlayers(List<Dota2GamePlayer> players)
Setter for the field
players. |
void |
setRadiantSeriesWins(int radiantSeriesWins)
Setter for the field
radiantSeriesWins. |
void |
setRadiantTeam(Dota2LiveLeagueTeamInfo radiantTeam)
Setter for the field
radiantTeam. |
void |
setScoreboard(Dota2ScoreboardStats scoreboard)
Setter for the field
scoreboard. |
void |
setSeriesId(int seriesId)
Setter for the field
seriesId. |
void |
setSeriesType(int seriesType)
Setter for the field
seriesType. |
void |
setStageName(String stageName)
Setter for the field
stageName. |
void |
setStreamDelay(int streamDelay)
Setter for the field
streamDelay. |
String |
toString() |
public Dota2ScoreboardStats getScoreboard()
Getter for the field scoreboard.
Dota2ScoreboardStats objectpublic void setScoreboard(Dota2ScoreboardStats scoreboard)
Setter for the field scoreboard.
scoreboard - a Dota2ScoreboardStats objectpublic List<Dota2GamePlayer> getPlayers()
Getter for the field players.
List objectpublic void setPlayers(List<Dota2GamePlayer> players)
Setter for the field players.
players - a List objectpublic Dota2LiveLeagueTeamInfo getRadiantTeam()
Getter for the field radiantTeam.
Dota2LiveLeagueTeamInfo objectpublic void setRadiantTeam(Dota2LiveLeagueTeamInfo radiantTeam)
Setter for the field radiantTeam.
radiantTeam - a Dota2LiveLeagueTeamInfo objectpublic Dota2LiveLeagueTeamInfo getDireTeam()
Getter for the field direTeam.
Dota2LiveLeagueTeamInfo objectpublic void setDireTeam(Dota2LiveLeagueTeamInfo direTeam)
Setter for the field direTeam.
direTeam - a Dota2LiveLeagueTeamInfo objectpublic long getLobbyId()
Getter for the field lobbyId.
public void setLobbyId(long lobbyId)
Setter for the field lobbyId.
lobbyId - a longpublic long getMatchId()
Getter for the field matchId.
public void setMatchId(long matchId)
Setter for the field matchId.
matchId - a longpublic int getNumOfSpectators()
Getter for the field numOfSpectators.
public void setNumOfSpectators(int numOfSpectators)
Setter for the field numOfSpectators.
numOfSpectators - a intpublic int getSeriesId()
Getter for the field seriesId.
public void setSeriesId(int seriesId)
Setter for the field seriesId.
seriesId - a intpublic int getGameNumber()
Getter for the field gameNumber.
public void setGameNumber(int gameNumber)
Setter for the field gameNumber.
gameNumber - a intpublic int getLeagueId()
Getter for the field leagueId.
public void setLeagueId(int leagueId)
Setter for the field leagueId.
leagueId - a intpublic int getStreamDelay()
Getter for the field streamDelay.
public void setStreamDelay(int streamDelay)
Setter for the field streamDelay.
streamDelay - a intpublic int getRadiantSeriesWins()
Getter for the field radiantSeriesWins.
public void setRadiantSeriesWins(int radiantSeriesWins)
Setter for the field radiantSeriesWins.
radiantSeriesWins - a intpublic int getDireSeriesWins()
Getter for the field direSeriesWins.
public void setDireSeriesWins(int direSeriesWins)
Setter for the field direSeriesWins.
direSeriesWins - a intpublic int getSeriesType()
Getter for the field seriesType.
public void setSeriesType(int seriesType)
Setter for the field seriesType.
seriesType - a intpublic int getLeagueSeriesId()
Getter for the field leagueSeriesId.
public void setLeagueSeriesId(int leagueSeriesId)
Setter for the field leagueSeriesId.
leagueSeriesId - a intpublic int getLeagueGameId()
Getter for the field leagueGameId.
public void setLeagueGameId(int leagueGameId)
Setter for the field leagueGameId.
leagueGameId - a intpublic void setStageName(String stageName)
Setter for the field stageName.
stageName - a String objectpublic int getLeagueTier()
Getter for the field leagueTier.
public void setLeagueTier(int leagueTier)
Setter for the field leagueTier.
leagueTier - a intCopyright © 2016–2024. All rights reserved.