Package io.rong.imlib.model
Class FriendRelationInfo
-
- All Implemented Interfaces:
public class FriendRelationInfo
-
-
Field Summary
Fields Modifier and Type Field Description public String
userId
public FriendRelationType
relationType
public final static Creator<FriendRelationInfo>
CREATOR
-
Constructor Summary
Constructors Constructor Description FriendRelationInfo()
FriendRelationInfo(Parcel in)
-
Method Summary
Modifier and Type Method Description String
getUserId()
void
setUserId(String userId)
FriendRelationType
getRelationType()
void
setRelationType(FriendRelationType relationType)
void
writeToParcel(Parcel dest, int flags)
int
describeContents()
-
-
Method Detail
-
getUserId
String getUserId()
-
setUserId
void setUserId(String userId)
-
getRelationType
FriendRelationType getRelationType()
-
setRelationType
void setRelationType(FriendRelationType relationType)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-