public class Dota2Hero extends Object
Dota2Heroes class.
| Constructor and Description |
|---|
Dota2Hero() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Getter for the field
id. |
String |
getLocalizedName() |
String |
getName()
Getter for the field
name. |
void |
setId(int id)
Setter for the field
id. |
void |
setLocalizedName(String localizedName) |
void |
setName(String name)
Setter for the field
name. |
String |
toString() |
public int getId()
Getter for the field id.
public void setId(int id)
Setter for the field id.
id - a intpublic void setName(String name)
Setter for the field name.
name - a String objectpublic String getLocalizedName()
public void setLocalizedName(String localizedName)
Copyright © 2016–2024. All rights reserved.