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
getGroup()
Name of the client that sends the messagegetType()
getUrl()
getWorld()
int
hashCode()
void
void
setMessage
(String message) void
Name of the client that sends the messagevoid
setType
(WebPushMessage.Type type) void
void
toString()
-
Constructor Details
-
WebPushMessage
public WebPushMessage()
-
-
Method Details
-
getType
-
getSender
Name of the client that sends the message -
getGroup
-
getWorld
-
getMessage
-
getUrl
-
setType
-
setSender
Name of the client that sends the message -
setGroup
-
setWorld
-
setMessage
-
setUrl
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-