public class Dota2MatchAbilityUpgrade extends Object
Dota2MatchAbilityUpgrade class.
Constructor and Description |
---|
Dota2MatchAbilityUpgrade() |
Modifier and Type | Method and Description |
---|---|
int |
getAbility()
Getter for the field
ability . |
int |
getLevel()
Getter for the field
level . |
int |
getTime()
Getter for the field
time . |
void |
setAbility(int ability)
Setter for the field
ability . |
void |
setLevel(int level)
Setter for the field
level . |
void |
setTime(int time)
Setter for the field
time . |
String |
toString() |
public int getAbility()
Getter for the field ability
.
public void setAbility(int ability)
Setter for the field ability
.
ability
- The abilitypublic int getTime()
Getter for the field time
.
public void setTime(int time)
Setter for the field time
.
time
- The timepublic int getLevel()
Getter for the field level
.
public void setLevel(int level)
Setter for the field level
.
level
- The levelCopyright © 2016–2024. All rights reserved.