Class FollowInfo

  • All Implemented Interfaces:

    
    public class FollowInfo
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public String userId
      public long time
      public final static Creator<FollowInfo> CREATOR
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getUserId()
      void setUserId(String userId)
      long getTime()
      void setTime(long time)
      void writeToParcel(Parcel dest, int flags)
      int describeContents()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait