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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrmsg()booleangetError()protected voidhasError(String msg)voidsetErrmsg(String _errmsg)voidsetError(boolean _error)
-
-
-
Constructor Detail
-
ResponseBase
protected ResponseBase()
-
ResponseBase
protected ResponseBase(boolean _error, String _errmsg)
-
-