Package io.rong.imlib
Class NativeObject.ChatroomInfo
-
- All Implemented Interfaces:
public class NativeObject.ChatroomInfo
-
-
Field Summary
Fields Modifier and Type Field Description public long
createTime
public int
memberCount
public boolean
isAllChatroomBanned
public boolean
isCurrentUserBanned
public boolean
isCurrentChatroomBanned
public boolean
isCurrentChatroomInBannedWhitelist
-
Constructor Summary
Constructors Constructor Description NativeObject.ChatroomInfo()
-
Method Summary
Modifier and Type Method Description long
getCreateTime()
void
setCreateTime(long createTime)
int
getMemberCount()
void
setMemberCount(int memberCount)
boolean
isAllChatroomBanned()
void
setAllChatroomBanned(boolean isAllChatroomBanned)
boolean
isCurrentUserBanned()
void
setCurrentUserBanned(boolean isCurrentUserBanned)
boolean
isCurrentChatroomBanned()
void
setCurrentChatroomBanned(boolean isCurrentChatroomBanned)
boolean
isCurrentChatroomInBannedWhitelist()
void
setCurrentChatroomInBannedWhitelist(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)
-
-
-
-