public class Dota2ServerStatsPlayer extends Object
Dota2ServerStatsPlayer class.
Constructor and Description |
---|
Dota2ServerStatsPlayer() |
Modifier and Type | Method and Description |
---|---|
long |
getAccountId()
Getter for the field
accountId . |
int |
getAssistsCount()
Getter for the field
assistsCount . |
int |
getDeathCount()
Getter for the field
deathCount . |
int |
getDeniesCount()
Getter for the field
deniesCount . |
int |
getGold()
Getter for the field
gold . |
int |
getHeroid()
Getter for the field
heroid . |
int |
getKillCount()
Getter for the field
killCount . |
int |
getLevel()
Getter for the field
level . |
int |
getLhCount()
Getter for the field
lhCount . |
String |
getName()
Getter for the field
name . |
int |
getPlayerid()
Getter for the field
playerid . |
int |
getTeam()
Getter for the field
team . |
double |
getX()
Getter for the field
x . |
double |
getY()
Getter for the field
y . |
void |
setAccountId(long accountId)
Setter for the field
accountId . |
void |
setAssistsCount(int assistsCount)
Setter for the field
assistsCount . |
void |
setDeathCount(int deathCount)
Setter for the field
deathCount . |
void |
setDeniesCount(int deniesCount)
Setter for the field
deniesCount . |
void |
setGold(int gold)
Setter for the field
gold . |
void |
setHeroid(int heroid)
Setter for the field
heroid . |
void |
setKillCount(int killCount)
Setter for the field
killCount . |
void |
setLevel(int level)
Setter for the field
level . |
void |
setLhCount(int lhCount)
Setter for the field
lhCount . |
void |
setName(String name)
Setter for the field
name . |
void |
setPlayerid(int playerid)
Setter for the field
playerid . |
void |
setTeam(int team)
Setter for the field
team . |
void |
setX(double x)
Setter for the field
x . |
void |
setY(double y)
Setter for the field
y . |
String |
toString() |
public long getAccountId()
Getter for the field accountId
.
public void setAccountId(long accountId)
Setter for the field accountId
.
accountId
- The accountIdpublic int getPlayerid()
Getter for the field playerid
.
public void setPlayerid(int playerid)
Setter for the field playerid
.
playerid
- The playeridpublic String getName()
Getter for the field name
.
public void setName(String name)
Setter for the field name
.
name
- The namepublic int getTeam()
Getter for the field team
.
public void setTeam(int team)
Setter for the field team
.
team
- The teampublic int getHeroid()
Getter for the field heroid
.
public void setHeroid(int heroid)
Setter for the field heroid
.
heroid
- The heroidpublic int getLevel()
Getter for the field level
.
public void setLevel(int level)
Setter for the field level
.
level
- The levelpublic int getKillCount()
Getter for the field killCount
.
public void setKillCount(int killCount)
Setter for the field killCount
.
killCount
- The kill_countpublic int getDeathCount()
Getter for the field deathCount
.
public void setDeathCount(int deathCount)
Setter for the field deathCount
.
deathCount
- The death_countpublic int getAssistsCount()
Getter for the field assistsCount
.
public void setAssistsCount(int assistsCount)
Setter for the field assistsCount
.
assistsCount
- The assists_countpublic int getDeniesCount()
Getter for the field deniesCount
.
public void setDeniesCount(int deniesCount)
Setter for the field deniesCount
.
deniesCount
- The denies_countpublic int getLhCount()
Getter for the field lhCount
.
public void setLhCount(int lhCount)
Setter for the field lhCount
.
lhCount
- The lh_countpublic int getGold()
Getter for the field gold
.
public void setGold(int gold)
Setter for the field gold
.
gold
- The goldpublic double getX()
Getter for the field x
.
public void setX(double x)
Setter for the field x
.
x
- The xpublic double getY()
Getter for the field y
.
public void setY(double y)
Setter for the field y
.
y
- The yCopyright © 2016–2024. All rights reserved.