public class DmccResponse extends Object
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryData()
Returns the binary data portion of the response.
|
Exception |
getError()
Returns an
Exception object, that represents the error which occurred during
the generation of this response. |
String |
getPayLoad()
Returns the payload content.
|
int |
getResponseId()
Returns the response identifier.
|
public int getResponseId()
public String getPayLoad()
public byte[] getBinaryData()