public class SteamBanStatus extends Object
Constructor and Description |
---|
SteamBanStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getEconomyBan()
Getter for the field
economyBan . |
String |
getSteamId()
Getter for the field
steamId . |
long |
getSteamIdAsLong()
getSteamIdAsLong.
|
int |
getTotalDaysSinceLastBan()
Getter for the field
totalDaysSinceLastBan . |
int |
getTotalGameBans()
Getter for the field
totalGameBans . |
int |
getTotalVacBansOnRecord()
Getter for the field
totalVacBansOnRecord . |
boolean |
isCommunityBanned()
isCommunityBanned.
|
boolean |
isVacBanned()
isVacBanned.
|
void |
setCommunityBanned(boolean communityBanned)
Setter for the field
communityBanned . |
void |
setEconomyBan(String economyBan)
Setter for the field
economyBan . |
void |
setSteamId(String steamId)
Setter for the field
steamId . |
void |
setTotalDaysSinceLastBan(int totalDaysSinceLastBan)
Setter for the field
totalDaysSinceLastBan . |
void |
setTotalGameBans(int totalGameBans)
Setter for the field
totalGameBans . |
void |
setTotalVacBansOnRecord(int totalVacBansOnRecord)
Setter for the field
totalVacBansOnRecord . |
void |
setVacBanned(boolean vacBanned)
Setter for the field
vacBanned . |
public long getSteamIdAsLong()
getSteamIdAsLong.
public void setSteamId(String steamId)
Setter for the field steamId
.
steamId
- a String
objectpublic boolean isCommunityBanned()
isCommunityBanned.
public void setCommunityBanned(boolean communityBanned)
Setter for the field communityBanned
.
communityBanned
- a booleanpublic boolean isVacBanned()
isVacBanned.
public void setVacBanned(boolean vacBanned)
Setter for the field vacBanned
.
vacBanned
- a booleanpublic int getTotalVacBansOnRecord()
Getter for the field totalVacBansOnRecord
.
public void setTotalVacBansOnRecord(int totalVacBansOnRecord)
Setter for the field totalVacBansOnRecord
.
totalVacBansOnRecord
- a intpublic int getTotalDaysSinceLastBan()
Getter for the field totalDaysSinceLastBan
.
public void setTotalDaysSinceLastBan(int totalDaysSinceLastBan)
Setter for the field totalDaysSinceLastBan
.
totalDaysSinceLastBan
- a intpublic int getTotalGameBans()
Getter for the field totalGameBans
.
public void setTotalGameBans(int totalGameBans)
Setter for the field totalGameBans
.
totalGameBans
- a intpublic String getEconomyBan()
Getter for the field economyBan
.
String
objectCopyright © 2016–2024. All rights reserved.