Package za.co.wethinkcode.robots.client
Class ClientRobot
java.lang.Object
za.co.wethinkcode.robots.client.ClientRobot
This class stores the representation of the robot for a client
-
Constructor Summary
ConstructorsConstructorDescriptionClientRobot(InputParser p, com.google.gson.JsonObject launchResponseData) Construct a client from the response given by a server -
Method Summary
-
Constructor Details
-
ClientRobot
public ClientRobot(InputParser p, com.google.gson.JsonObject launchResponseData) throws ServerComplianceException Construct a client from the response given by a server- Parameters:
launchResponseData- the response from the server regarding the launch.- Throws:
ServerComplianceException
-
-
Method Details