Package org.exoplatform.chat.model
Class NotificationBean
java.lang.Object
org.exoplatform.chat.model.NotificationBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()getLink()getType()getUser()voidsetCategory(String category) voidsetCategoryId(String categoryId) voidsetContent(String content) voidvoidsetFromFullName(String fromFullName) voidvoidsetOptions(String options) voidsetRoomDisplayName(String roomDisplayName) voidsetRoomType(String roomType) voidsetTimestamp(Long timestamp) voidvoidorg.json.simple.JSONObject
-
Constructor Details
-
NotificationBean
public NotificationBean()
-
-
Method Details
-
getUser
-
setUser
-
getType
-
setType
-
getContent
-
setContent
-
getLink
-
setLink
-
getTimestamp
-
setTimestamp
-
getFrom
-
setFrom
-
getCategory
-
setCategory
-
getCategoryId
-
setCategoryId
-
getOptions
-
setOptions
-
getRoomDisplayName
-
setRoomType
-
getRoomType
-
setRoomDisplayName
-
getFromFullName
-
setFromFullName
-
toJSONObject
public org.json.simple.JSONObject toJSONObject()
-