Package io.rong.imlib.model
Class ChatroomKVChangeInfo
-
- All Implemented Interfaces:
public class ChatroomKVChangeInfo
-
-
Constructor Summary
Constructors Constructor Description ChatroomKVChangeInfo()
-
Method Summary
Modifier and Type Method Description String
getRoomId()
void
setRoomId(String roomid)
String
getKey()
void
setKey(String key)
String
getValue()
void
setValue(String value)
boolean
getIsDelete()
void
setIsDelete(boolean isDelete)
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
String
toString()
-
-
Method Detail
-
getRoomId
String getRoomId()
-
setRoomId
void setRoomId(String roomid)
-
getKey
String getKey()
-
setKey
void setKey(String key)
-
getValue
String getValue()
-
setValue
void setValue(String value)
-
getIsDelete
boolean getIsDelete()
-
setIsDelete
void setIsDelete(boolean isDelete)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
toString
String toString()
-
-
-
-