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 StringgetResponse()intgetStatus()voidsetResponse(String response)voidsetStatus(int status)
-