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, toStringpublic String getType()
public WebSocketMessageDTO setType(String type)
public String getValue()
public WebSocketMessageDTO setValue(String value)
Copyright © 2020. All rights reserved.