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 StringgetUserId()voidsetUserId(String userId)longgetTime()voidsetTime(long time)voidwriteToParcel(Parcel dest, int flags)intdescribeContents()-
-
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()
-
-
-
-