public class Dota2TopLiveGamePlayer extends Object
Dota2TopLiveGamePlayer class.
Constructor and Description |
---|
Dota2TopLiveGamePlayer() |
Modifier and Type | Method and Description |
---|---|
int |
getAccountId()
Getter for the field
accountId . |
int |
getHeroId()
Getter for the field
heroId . |
void |
setAccountId(int accountId)
Setter for the field
accountId . |
void |
setHeroId(int heroId)
Setter for the field
heroId . |
String |
toString() |
public int getAccountId()
Getter for the field accountId
.
public void setAccountId(int accountId)
Setter for the field accountId
.
accountId
- The account_idpublic 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.