|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.social.tripit.TripListResponse
public class TripListResponse
| 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 |
|---|
public TripListResponse()
| Method Detail |
|---|
public long getTimestamp()
public void setTimestamp(long timestamp)
public java.util.List<Trip> getTrips()
public void setTrips(java.util.List<Trip> trips)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||