Package io.rong.imlib.model
Class RTCStatusDate
-
- All Implemented Interfaces:
public class RTCStatusDate
-
-
Constructor Summary
Constructors Constructor Description RTCStatusDate()
-
Method Summary
Modifier and Type Method Description StringgetKey()voidsetKey(String key)StringgetValue()voidsetValue(String value)voidwriteToParcel(Parcel dest, int flags)intdescribeContents()booleanisAutoDelete()booleanisOverwrite()voidsetAutoDelete(boolean autoDelete)voidsetOverwrite(boolean overwrite)-
-
Method Detail
-
getKey
String getKey()
-
setKey
void setKey(String key)
-
getValue
String getValue()
-
setValue
void setValue(String value)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
isAutoDelete
boolean isAutoDelete()
-
isOverwrite
boolean isOverwrite()
-
setAutoDelete
void setAutoDelete(boolean autoDelete)
-
setOverwrite
void setOverwrite(boolean overwrite)
-
-
-
-