public class CsgoMatchmakingStatus extends Object
CsgoMatchmakingStatus class.
Constructor and Description |
---|
CsgoMatchmakingStatus() |
Modifier and Type | Method and Description |
---|---|
int |
getOnlinePlayerCount()
Getter for the field
onlinePlayerCount . |
int |
getOnlineServerCount()
Getter for the field
onlineServerCount . |
String |
getScheduler()
Getter for the field
scheduler . |
int |
getSearchingPlayersCount()
Getter for the field
searchingPlayersCount . |
int |
getSearchSecondsAvg()
Getter for the field
searchSecondsAvg . |
void |
setOnlinePlayerCount(int onlinePlayerCount)
Setter for the field
onlinePlayerCount . |
void |
setOnlineServerCount(int onlineServerCount)
Setter for the field
onlineServerCount . |
void |
setScheduler(String scheduler)
Setter for the field
scheduler . |
void |
setSearchingPlayersCount(int searchingPlayersCount)
Setter for the field
searchingPlayersCount . |
void |
setSearchSecondsAvg(int searchSecondsAvg)
Setter for the field
searchSecondsAvg . |
String |
toString() |
public void setScheduler(String scheduler)
Setter for the field scheduler
.
scheduler
- a String
objectpublic int getOnlineServerCount()
Getter for the field onlineServerCount
.
public void setOnlineServerCount(int onlineServerCount)
Setter for the field onlineServerCount
.
onlineServerCount
- a intpublic int getOnlinePlayerCount()
Getter for the field onlinePlayerCount
.
public void setOnlinePlayerCount(int onlinePlayerCount)
Setter for the field onlinePlayerCount
.
onlinePlayerCount
- a intpublic int getSearchingPlayersCount()
Getter for the field searchingPlayersCount
.
public void setSearchingPlayersCount(int searchingPlayersCount)
Setter for the field searchingPlayersCount
.
searchingPlayersCount
- a intpublic int getSearchSecondsAvg()
Getter for the field searchSecondsAvg
.
public void setSearchSecondsAvg(int searchSecondsAvg)
Setter for the field searchSecondsAvg
.
searchSecondsAvg
- a intCopyright © 2016–2024. All rights reserved.