public class InvokeResponse
extends java.lang.Object
Constructor and Description |
---|
InvokeResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFunctionErr()
Getter for the function error.
|
java.nio.ByteBuffer |
getPayload()
Getter for the payload byte.
|
int |
getStatusCode()
Getter for the status code.
|
void |
setFunctionErr(java.lang.String functionErr)
Setter for the function error.
|
void |
setPayload(java.nio.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 java.nio.ByteBuffer getPayload()
public void setPayload(java.nio.ByteBuffer payload)
payload
- the payload bytepublic java.lang.String getFunctionErr()
public void setFunctionErr(java.lang.String functionErr)
functionErr
- the function error type