Package io.rong.imlib
Class NativeObject.StatusNotification
-
- All Implemented Interfaces:
public class NativeObject.StatusNotification
-
-
Field Summary
Fields Modifier and Type Field Description public intconversationTypepublic intattributeFlagpublic StringobjectNamepublic StringmessageContent
-
Constructor Summary
Constructors Constructor Description NativeObject.StatusNotification()
-
Method Summary
Modifier and Type Method Description intgetConversationType()voidsetConversationType(int conversationType)intgetAttributeFlag()voidsetAttributeFlag(int attributeFlag)StringgetObjectName()voidsetObjectName(String objectName)StringgetMessageContent()voidsetMessageContent(String messageContent)booleanisNotifyAll()voidsetNotifyAll(boolean notifyAll)-
-
Method Detail
-
getConversationType
int getConversationType()
-
setConversationType
void setConversationType(int conversationType)
-
getAttributeFlag
int getAttributeFlag()
-
setAttributeFlag
void setAttributeFlag(int attributeFlag)
-
getObjectName
String getObjectName()
-
setObjectName
void setObjectName(String objectName)
-
getMessageContent
String getMessageContent()
-
setMessageContent
void setMessageContent(String messageContent)
-
isNotifyAll
boolean isNotifyAll()
-
setNotifyAll
void setNotifyAll(boolean notifyAll)
-
-
-
-