public class Dota2RealtimeServerStats extends Object
Dota2RealtimeServerStats class.
| Constructor and Description |
|---|
Dota2RealtimeServerStats() |
| Modifier and Type | Method and Description |
|---|---|
List<Dota2ServerStatsBldg> |
getBuildings()
Getter for the field
buildings. |
Dota2ServerStatsGraph |
getGraphData()
Getter for the field
graphData. |
Dota2ServerStatsMatch |
getMatch()
Getter for the field
match. |
List<Dota2ServerStatsTeam> |
getTeams()
Getter for the field
teams. |
boolean |
isDeltaFrame()
isDeltaFrame.
|
void |
setBuildings(List<Dota2ServerStatsBldg> buildings)
Setter for the field
buildings. |
void |
setDeltaFrame(boolean deltaFrame)
Setter for the field
deltaFrame. |
void |
setGraphData(Dota2ServerStatsGraph graphData)
Setter for the field
graphData. |
void |
setMatch(Dota2ServerStatsMatch match)
Setter for the field
match. |
void |
setTeams(List<Dota2ServerStatsTeam> teams)
Setter for the field
teams. |
String |
toString() |
public Dota2ServerStatsMatch getMatch()
Getter for the field match.
Dota2ServerStatsMatch instancepublic void setMatch(Dota2ServerStatsMatch match)
Setter for the field match.
match - The matchpublic List<Dota2ServerStatsTeam> getTeams()
Getter for the field teams.
public void setTeams(List<Dota2ServerStatsTeam> teams)
Setter for the field teams.
teams - The teamspublic List<Dota2ServerStatsBldg> getBuildings()
Getter for the field buildings.
public void setBuildings(List<Dota2ServerStatsBldg> buildings)
Setter for the field buildings.
buildings - The buildingspublic Dota2ServerStatsGraph getGraphData()
Getter for the field graphData.
public void setGraphData(Dota2ServerStatsGraph graphData)
Setter for the field graphData.
graphData - The graph_datapublic boolean isDeltaFrame()
isDeltaFrame.
public void setDeltaFrame(boolean deltaFrame)
Setter for the field deltaFrame.
deltaFrame - The delta_frameCopyright © 2016–2024. All rights reserved.