Package io.rong.imlib.model
Class ChatRoomReceiveMessageConfig
-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ChatRoomReceiveMessageConfig implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description public StringchatRoomIdpublic Array<ChatRoomReceiveMessageLevel>levelspublic final static Parcelable.Creator<ChatRoomReceiveMessageConfig>CREATORpublic final static intCONTENTS_FILE_DESCRIPTORpublic final static intPARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
Constructors Constructor Description ChatRoomReceiveMessageConfig()ChatRoomReceiveMessageConfig(String chatRoomId, Array<ChatRoomReceiveMessageLevel> levels)ChatRoomReceiveMessageConfig(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetChatRoomId()voidsetChatRoomId(String chatRoomId)Array<ChatRoomReceiveMessageLevel>getLevels()voidsetLevels(Array<ChatRoomReceiveMessageLevel> levels)intgetLevelValue()voidsetLevelValue(int level)voidwriteToParcel(Parcel dest, int flags)intdescribeContents()-
-
Constructor Detail
-
ChatRoomReceiveMessageConfig
ChatRoomReceiveMessageConfig()
-
ChatRoomReceiveMessageConfig
ChatRoomReceiveMessageConfig(String chatRoomId, Array<ChatRoomReceiveMessageLevel> levels)
-
ChatRoomReceiveMessageConfig
ChatRoomReceiveMessageConfig(Parcel in)
-
-
Method Detail
-
getChatRoomId
String getChatRoomId()
-
setChatRoomId
void setChatRoomId(String chatRoomId)
-
getLevels
Array<ChatRoomReceiveMessageLevel> getLevels()
-
setLevels
void setLevels(Array<ChatRoomReceiveMessageLevel> levels)
-
getLevelValue
int getLevelValue()
-
setLevelValue
void setLevelValue(int level)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-