public class WrappedNotSerializedResponse extends java.lang.Object implements HttpResponse<java.lang.Integer>
Constructor and Description |
---|
WrappedNotSerializedResponse(int code) |
Modifier and Type | Method and Description |
---|---|
int |
code()
The status code of the HTTP Request
|
java.lang.Integer |
result()
Result of the HTTP Request
|
public java.lang.Integer result()
result
in interface HttpResponse<java.lang.Integer>
public int code()
code
in interface HttpResponse<java.lang.Integer>