Package edu.wisc.game.rest
Class PlayerResponse
- java.lang.Object
-
- edu.wisc.game.rest.ResponseBase
-
- edu.wisc.game.rest.PlayerResponse
-
public class PlayerResponse extends ResponseBase
The HashMap capability is used for debugging info in debug mode
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getAlreadyFinished()
True if this player has finished all episodes he could play.String
getCompletionCode()
String
getExperimentPlan()
boolean
getNewlyRegistered()
PlayerInfo
getPlayerInfo()
TrialList
getTrialList()
String
getTrialListId()
static void
main(String[] argv)
Handy testing-
Methods inherited from class edu.wisc.game.rest.ResponseBase
getErrmsg, getError, setErrmsg, setError
-
-
-
-
Method Detail
-
getNewlyRegistered
public boolean getNewlyRegistered()
-
getTrialListId
public String getTrialListId()
-
getTrialList
public TrialList getTrialList()
-
getPlayerInfo
public PlayerInfo getPlayerInfo()
-
getAlreadyFinished
public boolean getAlreadyFinished()
True if this player has finished all episodes he could play. This means that the most recent episode has been completed, and no more new episodes can be created.
-
getCompletionCode
public String getCompletionCode()
-
getExperimentPlan
public String getExperimentPlan()
-
-