public class InvokeResponse extends Object
| Constructor and Description |
|---|
InvokeResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionErr()
Getter for the function error.
|
ByteBuffer |
getPayload()
Getter for the payload byte.
|
int |
getStatusCode()
Getter for the status code.
|
void |
setFunctionErr(String functionErr)
Setter for the function error.
|
void |
setPayload(ByteBuffer payload)
Setter for the payload.
|
void |
setStatusCode(int statusCode)
Setter for the status code.
|
public int getStatusCode()
public void setStatusCode(int statusCode)
statusCode - the status codepublic ByteBuffer getPayload()
public void setPayload(ByteBuffer payload)
payload - the payload bytepublic String getFunctionErr()
public void setFunctionErr(String functionErr)
functionErr - the function error type