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 booleanbooleanName of the client that sends the messagegetType()getUrl()inthashCode()voidsetGroupId(String groupId) voidsetGroupName(String groupName) voidsetMessage(String message) voidName of the client that sends the messagevoidsetType(WebPushMessage.Type type) voidvoidsetWorldId(String worldId) voidsetWorldName(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
-