public class CheatData extends Object
CheatData class.
| Constructor and Description |
|---|
CheatData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAppId()
Getter for the field
appId. |
String |
getCheatName()
Getter for the field
cheatName. |
long |
getCheatParam1()
Getter for the field
cheatParam1. |
long |
getCheatParam2()
Getter for the field
cheatParam2. |
int |
getCheatProcessId()
Getter for the field
cheatProcessId. |
String |
getFilePath()
Getter for the field
filePath. |
int |
getGameProcessId()
Getter for the field
gameProcessId. |
long |
getSteamId()
Getter for the field
steamId. |
long |
getTimeNow()
Getter for the field
timeNow. |
long |
getTimeStarted()
Getter for the field
timeStarted. |
long |
getTimeStopped()
Getter for the field
timeStopped. |
String |
getWebCheatUrl()
Getter for the field
webCheatUrl. |
void |
setAppId(int appId)
Setter for the field
appId. |
void |
setCheatName(String cheatName)
Setter for the field
cheatName. |
void |
setCheatParam1(long cheatParam1)
Setter for the field
cheatParam1. |
void |
setCheatParam2(long cheatParam2)
Setter for the field
cheatParam2. |
void |
setCheatProcessId(int cheatProcessId)
Setter for the field
cheatProcessId. |
void |
setFilePath(String filePath)
Setter for the field
filePath. |
void |
setGameProcessId(int gameProcessId)
Setter for the field
gameProcessId. |
void |
setSteamId(long steamId)
Setter for the field
steamId. |
void |
setTimeNow(long timeNow)
Setter for the field
timeNow. |
void |
setTimeStarted(long timeStarted)
Setter for the field
timeStarted. |
void |
setTimeStopped(long timeStopped)
Setter for the field
timeStopped. |
void |
setWebCheatUrl(String webCheatUrl)
Setter for the field
webCheatUrl. |
public long getSteamId()
Getter for the field steamId.
public void setSteamId(long steamId)
Setter for the field steamId.
steamId - a longpublic int getAppId()
Getter for the field appId.
public void setAppId(int appId)
Setter for the field appId.
appId - a intpublic String getFilePath()
Getter for the field filePath.
public void setFilePath(String filePath)
Setter for the field filePath.
filePath - a String objectpublic String getWebCheatUrl()
Getter for the field webCheatUrl.
public void setWebCheatUrl(String webCheatUrl)
Setter for the field webCheatUrl.
webCheatUrl - a String objectpublic long getTimeNow()
Getter for the field timeNow.
public void setTimeNow(long timeNow)
Setter for the field timeNow.
timeNow - a longpublic long getTimeStarted()
Getter for the field timeStarted.
public void setTimeStarted(long timeStarted)
Setter for the field timeStarted.
timeStarted - a longpublic long getTimeStopped()
Getter for the field timeStopped.
public void setTimeStopped(long timeStopped)
Setter for the field timeStopped.
timeStopped - a longpublic String getCheatName()
Getter for the field cheatName.
public void setCheatName(String cheatName)
Setter for the field cheatName.
cheatName - a String objectpublic int getGameProcessId()
Getter for the field gameProcessId.
public void setGameProcessId(int gameProcessId)
Setter for the field gameProcessId.
gameProcessId - a intpublic int getCheatProcessId()
Getter for the field cheatProcessId.
public void setCheatProcessId(int cheatProcessId)
Setter for the field cheatProcessId.
cheatProcessId - a intpublic long getCheatParam1()
Getter for the field cheatParam1.
public void setCheatParam1(long cheatParam1)
Setter for the field cheatParam1.
cheatParam1 - a longpublic long getCheatParam2()
Getter for the field cheatParam2.
public void setCheatParam2(long cheatParam2)
Setter for the field cheatParam2.
cheatParam2 - a longCopyright © 2016–2024. All rights reserved.