public class Robots
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
Robots()
Constructor por defecto
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getCalendarioByIdTest(int idTest) |
javax.ws.rs.core.Response |
getRobot(java.lang.String nom) |
javax.ws.rs.core.Response |
getTestsByIdRobot(int idRobot) |
javax.ws.rs.core.Response |
setResultado(java.lang.String resultado) |
public javax.ws.rs.core.Response getRobot(java.lang.String nom) throws org.json.JSONException
org.json.JSONException
public javax.ws.rs.core.Response getTestsByIdRobot(int idRobot) throws org.json.JSONException
org.json.JSONException
public javax.ws.rs.core.Response getCalendarioByIdTest(int idTest) throws org.json.JSONException
org.json.JSONException
public javax.ws.rs.core.Response setResultado(java.lang.String resultado)