public class Dota2MatchPlayer extends Object
Dota2MatchPlayer class.
| Constructor and Description |
|---|
Dota2MatchPlayer() |
| Modifier and Type | Method and Description |
|---|---|
List<Dota2MatchAbilityUpgrade> |
getAbilityUpgrades()
Getter for the field
abilityUpgrades. |
long |
getAccountId()
Getter for the field
accountId. |
int |
getAssists()
Getter for the field
assists. |
int |
getDeaths()
Getter for the field
deaths. |
int |
getDenies()
Getter for the field
denies. |
int |
getGold()
Getter for the field
gold. |
int |
getGoldPerMin()
Getter for the field
goldPerMin. |
int |
getGoldSpent()
Getter for the field
goldSpent. |
int |
getHeroDamage()
Getter for the field
heroDamage. |
int |
getHeroHealing()
Getter for the field
heroHealing. |
int |
getHeroId()
Getter for the field
heroId. |
int |
getItem0()
Getter for the field
item0. |
int |
getItem1()
Getter for the field
item1. |
int |
getItem2()
Getter for the field
item2. |
int |
getItem3()
Getter for the field
item3. |
int |
getItem4()
Getter for the field
item4. |
int |
getItem5()
Getter for the field
item5. |
int |
getKills()
Getter for the field
kills. |
int |
getLastHits()
Getter for the field
lastHits. |
int |
getLeaverStatus()
Getter for the field
leaverStatus. |
int |
getLevel()
Getter for the field
level. |
int |
getPlayerSlot()
Getter for the field
playerSlot. |
int |
getScaledHeroDamage()
Getter for the field
scaledHeroDamage. |
int |
getScaledHeroHealing()
Getter for the field
scaledHeroHealing. |
int |
getScaledTowerDamage()
Getter for the field
scaledTowerDamage. |
int |
getTowerDamage()
Getter for the field
towerDamage. |
int |
getXpPerMin()
Getter for the field
xpPerMin. |
void |
setAbilityUpgrades(List<Dota2MatchAbilityUpgrade> abilityUpgrades)
Setter for the field
abilityUpgrades. |
void |
setAccountId(long accountId)
Setter for the field
accountId. |
void |
setAssists(int assists)
Setter for the field
assists. |
void |
setDeaths(int deaths)
Setter for the field
deaths. |
void |
setDenies(int denies)
Setter for the field
denies. |
void |
setGold(int gold)
Setter for the field
gold. |
void |
setGoldPerMin(int goldPerMin)
Setter for the field
goldPerMin. |
void |
setGoldSpent(int goldSpent)
Setter for the field
goldSpent. |
void |
setHeroDamage(int heroDamage)
Setter for the field
heroDamage. |
void |
setHeroHealing(int heroHealing)
Setter for the field
heroHealing. |
void |
setHeroId(int heroId)
Setter for the field
heroId. |
void |
setItem0(int item0)
Setter for the field
item0. |
void |
setItem1(int item1)
Setter for the field
item1. |
void |
setItem2(int item2)
Setter for the field
item2. |
void |
setItem3(int item3)
Setter for the field
item3. |
void |
setItem4(int item4)
Setter for the field
item4. |
void |
setItem5(int item5)
Setter for the field
item5. |
void |
setKills(int kills)
Setter for the field
kills. |
void |
setLastHits(int lastHits)
Setter for the field
lastHits. |
void |
setLeaverStatus(int leaverStatus)
Setter for the field
leaverStatus. |
void |
setLevel(int level)
Setter for the field
level. |
void |
setPlayerSlot(int playerSlot)
Setter for the field
playerSlot. |
void |
setScaledHeroDamage(int scaledHeroDamage)
Setter for the field
scaledHeroDamage. |
void |
setScaledHeroHealing(int scaledHeroHealing)
Setter for the field
scaledHeroHealing. |
void |
setScaledTowerDamage(int scaledTowerDamage)
Setter for the field
scaledTowerDamage. |
void |
setTowerDamage(int towerDamage)
Setter for the field
towerDamage. |
void |
setXpPerMin(int xpPerMin)
Setter for the field
xpPerMin. |
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_idpublic int getItem0()
Getter for the field item0.
public void setItem0(int item0)
Setter for the field item0.
item0 - The item_0public int getItem1()
Getter for the field item1.
public void setItem1(int item1)
Setter for the field item1.
item1 - The item_1public int getItem2()
Getter for the field item2.
public void setItem2(int item2)
Setter for the field item2.
item2 - The item_2public int getItem3()
Getter for the field item3.
public void setItem3(int item3)
Setter for the field item3.
item3 - The item_3public int getItem4()
Getter for the field item4.
public void setItem4(int item4)
Setter for the field item4.
item4 - The item_4public int getItem5()
Getter for the field item5.
public void setItem5(int item5)
Setter for the field item5.
item5 - The item_5public int getKills()
Getter for the field kills.
public void setKills(int kills)
Setter for the field kills.
kills - The killspublic int getDeaths()
Getter for the field deaths.
public void setDeaths(int deaths)
Setter for the field deaths.
deaths - The deathspublic int getAssists()
Getter for the field assists.
public void setAssists(int assists)
Setter for the field assists.
assists - The assistspublic int getLeaverStatus()
Getter for the field leaverStatus.
public void setLeaverStatus(int leaverStatus)
Setter for the field leaverStatus.
leaverStatus - The leaver_statuspublic int getLastHits()
Getter for the field lastHits.
public void setLastHits(int lastHits)
Setter for the field lastHits.
lastHits - The last_hitspublic int getDenies()
Getter for the field denies.
public void setDenies(int denies)
Setter for the field denies.
denies - The deniespublic int getGoldPerMin()
Getter for the field goldPerMin.
public void setGoldPerMin(int goldPerMin)
Setter for the field goldPerMin.
goldPerMin - The gold_per_minpublic int getXpPerMin()
Getter for the field xpPerMin.
public void setXpPerMin(int xpPerMin)
Setter for the field xpPerMin.
xpPerMin - The xp_per_minpublic int getLevel()
Getter for the field level.
public void setLevel(int level)
Setter for the field level.
level - The levelpublic int getHeroDamage()
Getter for the field heroDamage.
public void setHeroDamage(int heroDamage)
Setter for the field heroDamage.
heroDamage - The hero_damagepublic int getTowerDamage()
Getter for the field towerDamage.
public void setTowerDamage(int towerDamage)
Setter for the field towerDamage.
towerDamage - The tower_damagepublic int getHeroHealing()
Getter for the field heroHealing.
public void setHeroHealing(int heroHealing)
Setter for the field heroHealing.
heroHealing - The hero_healingpublic int getGold()
Getter for the field gold.
public void setGold(int gold)
Setter for the field gold.
gold - The goldpublic int getGoldSpent()
Getter for the field goldSpent.
public void setGoldSpent(int goldSpent)
Setter for the field goldSpent.
goldSpent - The gold_spentpublic int getScaledHeroDamage()
Getter for the field scaledHeroDamage.
public void setScaledHeroDamage(int scaledHeroDamage)
Setter for the field scaledHeroDamage.
scaledHeroDamage - The scaled_hero_damagepublic int getScaledTowerDamage()
Getter for the field scaledTowerDamage.
public void setScaledTowerDamage(int scaledTowerDamage)
Setter for the field scaledTowerDamage.
scaledTowerDamage - The scaled_tower_damagepublic int getScaledHeroHealing()
Getter for the field scaledHeroHealing.
public void setScaledHeroHealing(int scaledHeroHealing)
Setter for the field scaledHeroHealing.
scaledHeroHealing - The scaled_hero_healingpublic List<Dota2MatchAbilityUpgrade> getAbilityUpgrades()
Getter for the field abilityUpgrades.
public void setAbilityUpgrades(List<Dota2MatchAbilityUpgrade> abilityUpgrades)
Setter for the field abilityUpgrades.
abilityUpgrades - The ability_upgradesCopyright © 2016–2024. All rights reserved.