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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseBean
public ResponseBean(int version,
int code,
String text,
Object data)
getCode
public int getCode()
getText
public String getText()
getVersion
public int getVersion()
getCurrentTime
public long getCurrentTime()
getData
public Object getData()
Copyright © 2012 OneBusAway. All Rights Reserved.