Package io.gs2.chat.model
Class Namespace
java.lang.Object
io.gs2.chat.model.Namespace
- All Implemented Interfaces:
IModel,Serializable,Comparable<Namespace>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic NamespacefromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAllowCreateRoom(Boolean allowCreateRoom) voidsetCreatedAt(Long createdAt) voidsetCreateRoomScript(ScriptSetting createRoomScript) voidsetDeleteRoomScript(ScriptSetting deleteRoomScript) voidsetDescription(String description) voidsetLogSetting(LogSetting logSetting) voidvoidsetNamespaceId(String namespaceId) voidsetPostMessageScript(ScriptSetting postMessageScript) voidsetPostNotification(NotificationSetting postNotification) voidsetRevision(Long revision) voidsetSubscribeRoomScript(ScriptSetting subscribeRoomScript) voidsetUnsubscribeRoomScript(ScriptSetting unsubscribeRoomScript) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAllowCreateRoom(Boolean allowCreateRoom) withCreatedAt(Long createdAt) withCreateRoomScript(ScriptSetting createRoomScript) withDeleteRoomScript(ScriptSetting deleteRoomScript) withDescription(String description) withLogSetting(LogSetting logSetting) withNamespaceId(String namespaceId) withPostMessageScript(ScriptSetting postMessageScript) withPostNotification(NotificationSetting postNotification) withRevision(Long revision) withSubscribeRoomScript(ScriptSetting subscribeRoomScript) withUnsubscribeRoomScript(ScriptSetting unsubscribeRoomScript) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Namespace
public Namespace()
-
-
Method Details
-
getNamespaceId
-
setNamespaceId
-
withNamespaceId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getAllowCreateRoom
-
setAllowCreateRoom
-
withAllowCreateRoom
-
getPostMessageScript
-
setPostMessageScript
-
withPostMessageScript
-
getCreateRoomScript
-
setCreateRoomScript
-
withCreateRoomScript
-
getDeleteRoomScript
-
setDeleteRoomScript
-
withDeleteRoomScript
-
getSubscribeRoomScript
-
setSubscribeRoomScript
-
withSubscribeRoomScript
-
getUnsubscribeRoomScript
-
setUnsubscribeRoomScript
-
withUnsubscribeRoomScript
-
getPostNotification
-
setPostNotification
-
withPostNotification
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Namespace>
-
hashCode
public int hashCode() -
equals
-