public class WebSocketErrorDTO extends ObjectWithReflectiveEqualsHashCodeToString
Constructor and Description |
---|
WebSocketErrorDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String |
getWebSocketCorrelationId() |
WebSocketErrorDTO |
setMessage(String message) |
WebSocketErrorDTO |
setWebSocketCorrelationId(String webSocketCorrelationId) |
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
public String getMessage()
public WebSocketErrorDTO setMessage(String message)
public String getWebSocketCorrelationId()
public WebSocketErrorDTO setWebSocketCorrelationId(String webSocketCorrelationId)
Copyright © 2020. All rights reserved.