public class Dota2MatchHistoryPlayer extends Object
Dota2MatchHistoryPlayer class.
| Constructor and Description |
|---|
Dota2MatchHistoryPlayer() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccountId()
Getter for the field
accountId. |
int |
getHeroId()
Getter for the field
heroId. |
int |
getPlayerSlot()
Getter for the field
playerSlot. |
void |
setAccountId(long accountId)
Setter for the field
accountId. |
void |
setHeroId(int heroId)
Setter for the field
heroId. |
void |
setPlayerSlot(int playerSlot)
Setter for the field
playerSlot. |
String |
toString() |
public long getAccountId()
Getter for the field accountId.
public void setAccountId(long accountId)
Setter for the field accountId.
accountId - The account_idpublic int getPlayerSlot()
Getter for the field playerSlot.
public void setPlayerSlot(int playerSlot)
Setter for the field playerSlot.
playerSlot - The player_slotpublic int getHeroId()
Getter for the field heroId.
public void setHeroId(int heroId)
Setter for the field heroId.
heroId - The hero_idCopyright © 2016–2024. All rights reserved.