public class CsgoAppStatus extends Object
CsgoAppStatus class.
Constructor and Description |
---|
CsgoAppStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getTime()
Getter for the field
time . |
long |
getTimestamp()
Getter for the field
timestamp . |
int |
getVersion()
Getter for the field
version . |
void |
setTime(String time)
Setter for the field
time . |
void |
setTimestamp(long timestamp)
Setter for the field
timestamp . |
void |
setVersion(int version)
Setter for the field
version . |
String |
toString() |
public int getVersion()
Getter for the field version
.
public void setVersion(int version)
Setter for the field version
.
version
- a intpublic long getTimestamp()
Getter for the field timestamp
.
public void setTimestamp(long timestamp)
Setter for the field timestamp
.
timestamp
- a longpublic void setTime(String time)
Setter for the field time
.
time
- a String
objectCopyright © 2016–2024. All rights reserved.