Package io.rong.imlib.model
Class JoinChatRoomResponse
-
- All Implemented Interfaces:
-
android.os.Parcelable
public class JoinChatRoomResponse implements Parcelable功能描述: 加入聊天室返回的状态信息 创建时间: 2023/8/1
- Since:
5.6.3
-
-
Field Summary
Fields Modifier and Type Field Description public final longcreateTimepublic final intmemberCountpublic final booleanisAllChatRoomBannedpublic final booleanisCurrentUserBannedpublic final booleanisCurrentChatRoomBannedpublic final booleanisCurrentChatRoomInWhitelistpublic final longjoinTimepublic final static Parcelable.Creator<JoinChatRoomResponse>CREATORpublic final static intCONTENTS_FILE_DESCRIPTORpublic final static intPARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
Constructors Constructor Description JoinChatRoomResponse(long createTime, int memberCount, boolean isAllChatRoomBanned, boolean isCurrentUserBanned, boolean isCurrentChatRoomBanned, boolean isCurrentChatRoomInWhitelist)JoinChatRoomResponse(long createTime, int memberCount, boolean isAllChatRoomBanned, boolean isCurrentUserBanned, boolean isCurrentChatRoomBanned, boolean isCurrentChatRoomInWhitelist, long joinTime)JoinChatRoomResponse(Parcel in)
-
Method Summary
Modifier and Type Method Description longgetCreateTime()intgetMemberCount()booleanisAllChatRoomBanned()booleanisCurrentUserBanned()booleanisCurrentChatRoomBanned()booleanisCurrentChatRoomInWhitelist()longgetJoinTime()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)StringtoString()-
-
Constructor Detail
-
JoinChatRoomResponse
JoinChatRoomResponse(long createTime, int memberCount, boolean isAllChatRoomBanned, boolean isCurrentUserBanned, boolean isCurrentChatRoomBanned, boolean isCurrentChatRoomInWhitelist)
-
JoinChatRoomResponse
JoinChatRoomResponse(long createTime, int memberCount, boolean isAllChatRoomBanned, boolean isCurrentUserBanned, boolean isCurrentChatRoomBanned, boolean isCurrentChatRoomInWhitelist, long joinTime)
-
JoinChatRoomResponse
JoinChatRoomResponse(Parcel in)
-
-
Method Detail
-
getCreateTime
long getCreateTime()
-
getMemberCount
int getMemberCount()
-
isAllChatRoomBanned
boolean isAllChatRoomBanned()
-
isCurrentUserBanned
boolean isCurrentUserBanned()
-
isCurrentChatRoomBanned
boolean isCurrentChatRoomBanned()
-
isCurrentChatRoomInWhitelist
boolean isCurrentChatRoomInWhitelist()
-
getJoinTime
long getJoinTime()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-