Class PortableErrorMessage
- java.lang.Object
-
- org.optaweb.vehiclerouting.plugin.websocket.PortableErrorMessage
-
public class PortableErrorMessage extends Object
Portable error message.
-
-
Constructor Summary
Constructors Constructor Description PortableErrorMessage(String id, String text)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)(package private) static PortableErrorMessagefromMessage(ErrorMessage message)StringgetId()StringgetText()inthashCode()StringtoString()
-
-
-
Method Detail
-
fromMessage
static PortableErrorMessage fromMessage(ErrorMessage message)
-
getId
public String getId()
-
getText
public String getText()
-
-