org.onebusaway.api.model
Class ResponseBean

java.lang.Object
  extended by org.onebusaway.api.model.ResponseBean
All Implemented Interfaces:
Serializable

public class ResponseBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ResponseBean(int version, int code, String text, Object data)
           
 
Method Summary
 int getCode()
           
 long getCurrentTime()
           
 Object getData()
           
 String getText()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseBean

public ResponseBean(int version,
                    int code,
                    String text,
                    Object data)
Method Detail

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.