Package org.vrspace.server.dto
Class WebPushMessage
java.lang.Object
org.vrspace.server.dto.WebPushMessage
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Name of the client that sends the messagegetType()
getUrl()
int
hashCode()
void
setGroupId
(Long groupId) void
setGroupName
(String groupName) void
setMessage
(String message) void
Name of the client that sends the messagevoid
setType
(WebPushMessage.Type type) void
void
setWorldId
(Long worldId) void
setWorldName
(String worldName) toString()
-
Constructor Details
-
WebPushMessage
public WebPushMessage()
-
-
Method Details
-
getType
-
getSender
Name of the client that sends the message -
getGroupId
-
getGroupName
-
getWorldId
-
getWorldName
-
getMessage
-
getUrl
-
setType
-
setSender
Name of the client that sends the message -
setGroupId
-
setGroupName
-
setWorldId
-
setWorldName
-
setMessage
-
setUrl
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-