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 StringgetRoomId()voidsetRoomId(String roomid)StringgetKey()voidsetKey(String key)StringgetValue()voidsetValue(String value)booleangetIsDelete()voidsetIsDelete(boolean isDelete)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)StringtoString()-
-
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()
-
-
-
-