Class ServerInfo
- java.lang.Object
-
- org.optaweb.vehiclerouting.plugin.websocket.ServerInfo
-
class ServerInfo extends Object
Server info suitable for network transport.
-
-
Constructor Summary
Constructors Constructor Description ServerInfo(List<PortableCoordinates> boundingBox, List<String> countryCodes, List<RoutingProblemInfo> demos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PortableCoordinates>getBoundingBox()List<String>getCountryCodes()List<RoutingProblemInfo>getDemos()
-
-
-
Constructor Detail
-
ServerInfo
ServerInfo(List<PortableCoordinates> boundingBox, List<String> countryCodes, List<RoutingProblemInfo> demos)
-
-
Method Detail
-
getBoundingBox
public List<PortableCoordinates> getBoundingBox()
-
getDemos
public List<RoutingProblemInfo> getDemos()
-
-