public class Dota2Rarities extends Object
Dota2Rarities class.
| Constructor and Description |
|---|
Dota2Rarities() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Getter for the field
color. |
int |
getId()
Getter for the field
id. |
String |
getName()
Getter for the field
name. |
int |
getOrder()
Getter for the field
order. |
void |
setColor(String color)
Setter for the field
color. |
void |
setId(int id)
Setter for the field
id. |
void |
setName(String name)
Setter for the field
name. |
void |
setOrder(int order)
Setter for the field
order. |
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 int getOrder()
Getter for the field order.
public void setOrder(int order)
Setter for the field order.
order - a intpublic void setColor(String color)
Setter for the field color.
color - a String objectCopyright © 2016–2024. All rights reserved.