Class HttpResponse
- java.lang.Object
-
- com.github.davidmoten.odata.client.HttpResponse
-
public class HttpResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpResponse(int responseCode, byte[] bytes)
-
-
-
Method Detail
-
getText
public String getText()
-
getResponseCode
public int getResponseCode()
-
getBytes
public byte[] getBytes()
-
-