public class Dota2TopLiveGame extends Object
Dota2TopLiveGame class.
| Constructor and Description |
|---|
Dota2TopLiveGame() |
| Modifier and Type | Method and Description |
|---|---|
int |
getActivateTime()
Getter for the field
activateTime. |
int |
getAverageMmr()
Getter for the field
averageMmr. |
int |
getBuildingState()
Getter for the field
buildingState. |
int |
getDeactivateTime()
Getter for the field
deactivateTime. |
int |
getDelay()
Getter for the field
delay. |
int |
getDireScore()
Getter for the field
direScore. |
int |
getGameMode()
Getter for the field
gameMode. |
int |
getGameTime()
Getter for the field
gameTime. |
int |
getLastUpdateTime()
Getter for the field
lastUpdateTime. |
int |
getLeagueId()
Getter for the field
leagueId. |
long |
getLobbyId()
Getter for the field
lobbyId. |
int |
getLobbyType()
Getter for the field
lobbyType. |
List<Dota2TopLiveGamePlayer> |
getPlayers()
Getter for the field
players. |
int |
getRadiantLead()
Getter for the field
radiantLead. |
int |
getRadiantScore()
Getter for the field
radiantScore. |
long |
getServerSteamId()
Getter for the field
serverSteamId. |
int |
getSortScore()
Getter for the field
sortScore. |
int |
getSpectators()
Getter for the field
spectators. |
void |
setActivateTime(int activateTime)
Setter for the field
activateTime. |
void |
setAverageMmr(int averageMmr)
Setter for the field
averageMmr. |
void |
setBuildingState(int buildingState)
Setter for the field
buildingState. |
void |
setDeactivateTime(int deactivateTime)
Setter for the field
deactivateTime. |
void |
setDelay(int delay)
Setter for the field
delay. |
void |
setDireScore(int direScore)
Setter for the field
direScore. |
void |
setGameMode(int gameMode)
Setter for the field
gameMode. |
void |
setGameTime(int gameTime)
Setter for the field
gameTime. |
void |
setLastUpdateTime(int lastUpdateTime)
Setter for the field
lastUpdateTime. |
void |
setLeagueId(int leagueId)
Setter for the field
leagueId. |
void |
setLobbyId(long lobbyId)
Setter for the field
lobbyId. |
void |
setLobbyType(int lobbyType)
Setter for the field
lobbyType. |
void |
setPlayers(List<Dota2TopLiveGamePlayer> players)
Setter for the field
players. |
void |
setRadiantLead(int radiantLead)
Setter for the field
radiantLead. |
void |
setRadiantScore(int radiantScore)
Setter for the field
radiantScore. |
void |
setServerSteamId(long serverSteamId)
Setter for the field
serverSteamId. |
void |
setSortScore(int sortScore)
Setter for the field
sortScore. |
void |
setSpectators(int spectators)
Setter for the field
spectators. |
String |
toString() |
public int getActivateTime()
Getter for the field activateTime.
public void setActivateTime(int activateTime)
Setter for the field activateTime.
activateTime - The activate_timepublic int getDeactivateTime()
Getter for the field deactivateTime.
public void setDeactivateTime(int deactivateTime)
Setter for the field deactivateTime.
deactivateTime - The deactivate_timepublic long getServerSteamId()
Getter for the field serverSteamId.
public void setServerSteamId(long serverSteamId)
Setter for the field serverSteamId.
serverSteamId - The server_steam_idpublic long getLobbyId()
Getter for the field lobbyId.
public void setLobbyId(long lobbyId)
Setter for the field lobbyId.
lobbyId - The lobby_idpublic int getLeagueId()
Getter for the field leagueId.
public void setLeagueId(int leagueId)
Setter for the field leagueId.
leagueId - The league_idpublic int getLobbyType()
Getter for the field lobbyType.
public void setLobbyType(int lobbyType)
Setter for the field lobbyType.
lobbyType - The lobby_typepublic int getGameTime()
Getter for the field gameTime.
public void setGameTime(int gameTime)
Setter for the field gameTime.
gameTime - The game_timepublic int getDelay()
Getter for the field delay.
public void setDelay(int delay)
Setter for the field delay.
delay - The delaypublic int getSpectators()
Getter for the field spectators.
public void setSpectators(int spectators)
Setter for the field spectators.
spectators - The spectatorspublic int getGameMode()
Getter for the field gameMode.
public void setGameMode(int gameMode)
Setter for the field gameMode.
gameMode - The game_modepublic int getAverageMmr()
Getter for the field averageMmr.
public void setAverageMmr(int averageMmr)
Setter for the field averageMmr.
averageMmr - The average_mmrpublic int getSortScore()
Getter for the field sortScore.
public void setSortScore(int sortScore)
Setter for the field sortScore.
sortScore - The sort_scorepublic int getLastUpdateTime()
Getter for the field lastUpdateTime.
public void setLastUpdateTime(int lastUpdateTime)
Setter for the field lastUpdateTime.
lastUpdateTime - The last_update_timepublic int getRadiantLead()
Getter for the field radiantLead.
public void setRadiantLead(int radiantLead)
Setter for the field radiantLead.
radiantLead - The radiant_leadpublic int getRadiantScore()
Getter for the field radiantScore.
public void setRadiantScore(int radiantScore)
Setter for the field radiantScore.
radiantScore - The radiant_scorepublic int getDireScore()
Getter for the field direScore.
public void setDireScore(int direScore)
Setter for the field direScore.
direScore - The dire_scorepublic List<Dota2TopLiveGamePlayer> getPlayers()
Getter for the field players.
public void setPlayers(List<Dota2TopLiveGamePlayer> players)
Setter for the field players.
players - The playerspublic int getBuildingState()
Getter for the field buildingState.
public void setBuildingState(int buildingState)
Setter for the field buildingState.
buildingState - The building_stateCopyright © 2016–2024. All rights reserved.