Package io.rong.imlib
Class NativeObject.ChatroomInfo
-
- All Implemented Interfaces:
public class NativeObject.ChatroomInfo
-
-
Field Summary
Fields Modifier and Type Field Description public longcreateTimepublic intmemberCountpublic booleanisAllChatroomBannedpublic booleanisCurrentUserBannedpublic booleanisCurrentChatroomBannedpublic booleanisCurrentChatroomInBannedWhitelist
-
Constructor Summary
Constructors Constructor Description NativeObject.ChatroomInfo()
-
Method Summary
Modifier and Type Method Description longgetCreateTime()voidsetCreateTime(long createTime)intgetMemberCount()voidsetMemberCount(int memberCount)booleanisAllChatroomBanned()voidsetAllChatroomBanned(boolean isAllChatroomBanned)booleanisCurrentUserBanned()voidsetCurrentUserBanned(boolean isCurrentUserBanned)booleanisCurrentChatroomBanned()voidsetCurrentChatroomBanned(boolean isCurrentChatroomBanned)booleanisCurrentChatroomInBannedWhitelist()voidsetCurrentChatroomInBannedWhitelist(boolean isCurrentChatroomInBannedWhitelist)-
-
Method Detail
-
getCreateTime
long getCreateTime()
-
setCreateTime
void setCreateTime(long createTime)
-
getMemberCount
int getMemberCount()
-
setMemberCount
void setMemberCount(int memberCount)
-
isAllChatroomBanned
boolean isAllChatroomBanned()
-
setAllChatroomBanned
void setAllChatroomBanned(boolean isAllChatroomBanned)
-
isCurrentUserBanned
boolean isCurrentUserBanned()
-
setCurrentUserBanned
void setCurrentUserBanned(boolean isCurrentUserBanned)
-
isCurrentChatroomBanned
boolean isCurrentChatroomBanned()
-
setCurrentChatroomBanned
void setCurrentChatroomBanned(boolean isCurrentChatroomBanned)
-
isCurrentChatroomInBannedWhitelist
boolean isCurrentChatroomInBannedWhitelist()
-
setCurrentChatroomInBannedWhitelist
void setCurrentChatroomInBannedWhitelist(boolean isCurrentChatroomInBannedWhitelist)
-
-
-
-