public class Response extends Object
| Constructor and Description |
|---|
Response(InputStream stream,
int statusCode,
String intuit_tid) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Returns the json content from http response
|
String |
getIntuit_tid() |
int |
getStatusCode()
Returns the http status code
|
InputStream |
getStream()
Returns the response data as stream
|
public Response(InputStream stream, int statusCode, String intuit_tid)
public String getContent() throws ConnectionException
ConnectionExceptionpublic int getStatusCode()
public InputStream getStream()
public String getIntuit_tid()
Copyright © 2025. All Rights Reserved.