Package org.openiam.http.model
Class HttpClientResponseWrapper
- java.lang.Object
-
- org.openiam.http.model.HttpClientResponseWrapper
-
public class HttpClientResponseWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpClientResponseWrapper(int status, String response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResponse()
int
getStatus()
void
setResponse(String response)
void
setStatus(int status)
-