public class Dota2GamePlayer extends Object
Dota2GamePlayer class.
Constructor and Description |
---|
Dota2GamePlayer() |
Modifier and Type | Method and Description |
---|---|
long |
getAccountId()
Getter for the field
accountId . |
int |
getHeroId()
Getter for the field
heroId . |
String |
getName()
Getter for the field
name . |
int |
getTeam()
Getter for the field
team . |
void |
setAccountId(long accountId)
Setter for the field
accountId . |
void |
setHeroId(int heroId)
Setter for the field
heroId . |
void |
setName(String name)
Setter for the field
name . |
void |
setTeam(int team)
Setter for the field
team . |
String |
toString() |
public long getAccountId()
Getter for the field accountId
.
public void setAccountId(long accountId)
Setter for the field accountId
.
accountId
- a longpublic void setName(String name)
Setter for the field name
.
name
- a String
objectpublic int getHeroId()
Getter for the field heroId
.
public void setHeroId(int heroId)
Setter for the field heroId
.
heroId
- a intpublic int getTeam()
Getter for the field team
.
public void setTeam(int team)
Setter for the field team
.
team
- a intCopyright © 2016–2024. All rights reserved.