public class ResponseElements extends Object
Constructor and Description |
---|
ResponseElements() |
Modifier and Type | Method and Description |
---|---|
CallbackMessage |
getCallbackMessage()
Gets callback Message
|
String |
getContentTypeHeader()
Gets contentTypeHeader
|
String |
getDecompressedData()
Gets decompressed data
|
String |
getEncodingHeader()
Gets encodingHeader
|
com.intuit.ipp.core.Response |
getResponse()
Gets deserialized Response object
|
InputStream |
getResponseBytes() |
InputStream |
getResponseContent()
Gets responseContent
|
int |
getStatusCode()
Gets statusLine
|
org.apache.http.StatusLine |
getStatusLine()
Gets statusLine
|
void |
setCallbackMessage(CallbackMessage callbackMessage)
Sets callback Message
|
void |
setContentTypeHeader(String contentTypeHeader)
Sets contentTypeHeader
|
void |
setDecompressedData(String decompressedData)
Sets decompressed data
|
void |
setEncodingHeader(String encodingHeader)
Sets encodingHeader
|
void |
setResponse(com.intuit.ipp.core.Response response)
Sets intuit response
|
void |
setResponseBytes(InputStream responseBytes) |
void |
setResponseContent(InputStream responseContent)
Sets responseContent
|
void |
setStatusCode(int statusCode)
Sets statusLine
|
void |
setStatusLine(org.apache.http.StatusLine statusLine)
Sets statusLine
|
public String getDecompressedData()
public void setDecompressedData(String decompressedData)
decompressedData
- the decompressed datapublic com.intuit.ipp.core.Response getResponse()
public void setResponse(com.intuit.ipp.core.Response response)
intuitResponse
- the intuit responsepublic CallbackMessage getCallbackMessage()
public void setCallbackMessage(CallbackMessage callbackMessage)
callbackMessage
- the callback messagepublic String getEncodingHeader()
public void setEncodingHeader(String encodingHeader)
encodingHeader
- public String getContentTypeHeader()
public void setContentTypeHeader(String contentTypeHeader)
contentTypeHeader
- public int getStatusCode()
public void setStatusCode(int statusCode)
statusLine
- public org.apache.http.StatusLine getStatusLine()
public void setStatusLine(org.apache.http.StatusLine statusLine)
statusLine
- public InputStream getResponseContent()
public InputStream getResponseBytes()
public void setResponseContent(InputStream responseContent)
responseContent
- public void setResponseBytes(InputStream responseBytes)
Copyright © 2018. All Rights Reserved.