public class WebSocketMessageDTO extends ObjectWithReflectiveEqualsHashCodeToString
Constructor and Description |
---|
WebSocketMessageDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getType() |
String |
getValue() |
WebSocketMessageDTO |
setType(String type) |
WebSocketMessageDTO |
setValue(String value) |
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
public String getType()
public WebSocketMessageDTO setType(String type)
public String getValue()
public WebSocketMessageDTO setValue(String value)
Copyright © 2018. All rights reserved.