public class Dota2ScoreboardTeamStats extends Object
Dota2ScoreboardTeamStats class.
| Constructor and Description |
|---|
Dota2ScoreboardTeamStats() |
| Modifier and Type | Method and Description |
|---|---|
List<Dota2ScoreboardTeamAbility> |
getAbilities()
Getter for the field
abilities. |
List<Dota2ScoreboardTeamBan> |
getBans()
Getter for the field
bans. |
int |
getBarracksState()
Getter for the field
barracksState. |
List<Dota2ScoreboardTeamPicks> |
getPicks()
Getter for the field
picks. |
List<Dota2ScoreboardPlayerStats> |
getPlayers()
Getter for the field
players. |
int |
getScore()
Getter for the field
score. |
int |
getTowerState()
Getter for the field
towerState. |
void |
setAbilities(List<Dota2ScoreboardTeamAbility> abilities)
Setter for the field
abilities. |
void |
setBans(List<Dota2ScoreboardTeamBan> bans)
Setter for the field
bans. |
void |
setBarracksState(int barracksState)
Setter for the field
barracksState. |
void |
setPicks(List<Dota2ScoreboardTeamPicks> picks)
Setter for the field
picks. |
void |
setPlayers(List<Dota2ScoreboardPlayerStats> players)
Setter for the field
players. |
void |
setScore(int score)
Setter for the field
score. |
void |
setTowerState(int towerState)
Setter for the field
towerState. |
String |
toString() |
public int getScore()
Getter for the field score.
public void setScore(int score)
Setter for the field score.
score - The scorepublic int getTowerState()
Getter for the field towerState.
public void setTowerState(int towerState)
Setter for the field towerState.
towerState - The tower_statepublic int getBarracksState()
Getter for the field barracksState.
public void setBarracksState(int barracksState)
Setter for the field barracksState.
barracksState - The barracks_statepublic List<Dota2ScoreboardTeamPicks> getPicks()
Getter for the field picks.
public void setPicks(List<Dota2ScoreboardTeamPicks> picks)
Setter for the field picks.
picks - The pickspublic List<Dota2ScoreboardTeamBan> getBans()
Getter for the field bans.
public void setBans(List<Dota2ScoreboardTeamBan> bans)
Setter for the field bans.
bans - The banspublic List<Dota2ScoreboardPlayerStats> getPlayers()
Getter for the field players.
public void setPlayers(List<Dota2ScoreboardPlayerStats> players)
Setter for the field players.
players - The playerspublic List<Dota2ScoreboardTeamAbility> getAbilities()
Getter for the field abilities.
public void setAbilities(List<Dota2ScoreboardTeamAbility> abilities)
Setter for the field abilities.
abilities - The abilitiesCopyright © 2016–2024. All rights reserved.