org.springframework.social.tripit
Class TripListResponse

java.lang.Object
  extended by org.springframework.social.tripit.TripListResponse

public class TripListResponse
extends java.lang.Object


Constructor Summary
TripListResponse()
           
 
Method Summary
 long getTimestamp()
           
 java.util.List<Trip> getTrips()
           
 void setTimestamp(long timestamp)
           
 void setTrips(java.util.List<Trip> trips)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripListResponse

public TripListResponse()
Method Detail

getTimestamp

public long getTimestamp()

setTimestamp

public void setTimestamp(long timestamp)

getTrips

public java.util.List<Trip> getTrips()

setTrips

public void setTrips(java.util.List<Trip> trips)