Package net.pryoscode.henji.entities
Class Response
- java.lang.Object
-
- net.pryoscode.henji.entities.Response
-
public class Response extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResponse.Execution
-
Constructor Summary
Constructors Constructor Description Response(int status, String path, String type)Response(Response.Execution execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response.ExecutiongetExecution()StringgetPath()intgetStatus()StringgetType()
-
-
-
Constructor Detail
-
Response
public Response(Response.Execution execution)
-
-
Method Detail
-
getStatus
public int getStatus()
-
getPath
public String getPath()
-
getType
public String getType()
-
getExecution
public Response.Execution getExecution()
-
-