Package org.onebusaway.api.model
Class ResponseBean
- java.lang.Object
-
- org.onebusaway.api.model.ResponseBean
-
- All Implemented Interfaces:
Serializable
public class ResponseBean extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseBean(int version, int code, String text, Object data)
ResponseBean(int version, int code, String text, Object data, boolean isText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
long
getCurrentTime()
Object
getData()
String
getText()
int
getVersion()
boolean
isString()
-