public class GameServerAccount extends Object
Constructor and Description |
---|
GameServerAccount() |
Modifier and Type | Method and Description |
---|---|
String |
getActor() |
Integer |
getExpires() |
Boolean |
getIsBanned() |
Integer |
getLastActionTime() |
List<GameServerAccountDetail> |
getServers() |
void |
setActor(String actor) |
void |
setExpires(Integer expires) |
void |
setIsBanned(Boolean isBanned) |
void |
setLastActionTime(Integer lastActionTime) |
void |
setServers(List<GameServerAccountDetail> servers) |
String |
toString() |
public List<GameServerAccountDetail> getServers()
public void setServers(List<GameServerAccountDetail> servers)
public Boolean getIsBanned()
public void setIsBanned(Boolean isBanned)
public Integer getExpires()
public void setExpires(Integer expires)
public String getActor()
public void setActor(String actor)
public Integer getLastActionTime()
public void setLastActionTime(Integer lastActionTime)
Copyright © 2016–2024. All rights reserved.