Package io.rong.imlib.model
Class FollowInfo
-
- All Implemented Interfaces:
public class FollowInfo
-
-
Constructor Summary
Constructors Constructor Description FollowInfo()
FollowInfo(Parcel in)
-
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()
-
-
Method Detail
-
getUserId
String getUserId()
-
setUserId
void setUserId(String userId)
-
getTime
long getTime()
-
setTime
void setTime(long time)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-