Package edu.wisc.game.rest
Class ResponseBase
java.lang.Object
edu.wisc.game.rest.ResponseBase
- Direct Known Subclasses:
ActivateBonusWrapper,FileWriteReport,GiveUpWrapper,LaunchRulesBase.AndroidRuleInfoReport,ListShapesWrapper,NewEpisodeWrapper,NewEpisodeWrapper2,PlayerResponse,PregameService.PregameResponseBase,UserResponse
public class ResponseBase extends Object
The parent class for various structures that are returned, in JSON form,'
by REST calls.
-
Constructor Summary
Constructors Modifier Constructor Description protectedResponseBase()protectedResponseBase(boolean _error, String _errmsg) -
Method Summary
-
Constructor Details
-
ResponseBase
protected ResponseBase() -
ResponseBase
-
-
Method Details