public class CsgoDatacenterStatus extends Object
CsgoDatacenterStatus class.
| Constructor and Description |
|---|
CsgoDatacenterStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCapacity()
Getter for the field
capacity. |
String |
getLoad()
Getter for the field
load. |
String |
getLocation()
Getter for the field
location. |
void |
setCapacity(String capacity)
Setter for the field
capacity. |
void |
setLoad(String load)
Setter for the field
load. |
void |
setLocation(String location)
Setter for the field
location. |
String |
toString() |
public void setLocation(String location)
Setter for the field location.
location - a String objectpublic void setCapacity(String capacity)
Setter for the field capacity.
capacity - a String objectpublic void setLoad(String load)
Setter for the field load.
load - a String objectCopyright © 2016–2024. All rights reserved.