Package io.rong.imlib
Class NativeObject.StatusNotification
-
- All Implemented Interfaces:
public class NativeObject.StatusNotification
-
-
Field Summary
Fields Modifier and Type Field Description public int
conversationType
public int
attributeFlag
public String
objectName
public String
messageContent
-
Constructor Summary
Constructors Constructor Description NativeObject.StatusNotification()
-
Method Summary
Modifier and Type Method Description int
getConversationType()
void
setConversationType(int conversationType)
int
getAttributeFlag()
void
setAttributeFlag(int attributeFlag)
String
getObjectName()
void
setObjectName(String objectName)
String
getMessageContent()
void
setMessageContent(String messageContent)
boolean
isNotifyAll()
void
setNotifyAll(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)
-
-
-
-