public class ServerUpdateStatus extends SteamResponse
| Constructor and Description |
|---|
ServerUpdateStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Getter for the field
message. |
int |
getRequiredVersion()
Getter for the field
requiredVersion. |
boolean |
isUpToDate()
isUpToDate.
|
boolean |
isVersionListable()
isVersionListable.
|
void |
setMessage(String message)
Setter for the field
message. |
void |
setRequiredVersion(int requiredVersion)
Setter for the field
requiredVersion. |
void |
setUpToDate(boolean upToDate)
Setter for the field
upToDate. |
void |
setVersionListable(boolean versionListable)
Setter for the field
versionListable. |
isSuccess, setSuccesspublic boolean isUpToDate()
isUpToDate.
public void setUpToDate(boolean upToDate)
Setter for the field upToDate.
upToDate - a booleanpublic boolean isVersionListable()
isVersionListable.
public void setVersionListable(boolean versionListable)
Setter for the field versionListable.
versionListable - a booleanpublic int getRequiredVersion()
Getter for the field requiredVersion.
public void setRequiredVersion(int requiredVersion)
Setter for the field requiredVersion.
requiredVersion - a intCopyright © 2016–2024. All rights reserved.