org.springframework.social.tripit
Class TripItProfileResponse

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

public class TripItProfileResponse
extends java.lang.Object


Constructor Summary
TripItProfileResponse()
           
 
Method Summary
 TripItProfile getProfile()
           
 long getTimestamp()
           
 void setTimestamp(long timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripItProfileResponse

public TripItProfileResponse()
Method Detail

getTimestamp

public long getTimestamp()

setTimestamp

public void setTimestamp(long timestamp)

getProfile

public TripItProfile getProfile()