public class InvokeResult extends Object implements Serializable
Constructor and Description |
---|
InvokeResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFunctionError()
Returns the value of the FunctionError property for this object.
|
String |
getLogResult()
Returns the value of the LogResult property for this object.
|
ByteBuffer |
getPayload()
Returns the value of the Payload property for this object.
|
Integer |
getStatusCode()
Returns the value of the StatusCode property for this object.
|
int |
hashCode() |
void |
setFunctionError(String functionError)
Sets the value of the FunctionError property for this object.
|
void |
setLogResult(String logResult)
Sets the value of the LogResult property for this object.
|
void |
setPayload(ByteBuffer payload)
Sets the value of the Payload property for this object.
|
void |
setStatusCode(Integer statusCode)
Sets the value of the StatusCode property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InvokeResult |
withFunctionError(String functionError)
Sets the value of the FunctionError property for this object.
|
InvokeResult |
withLogResult(String logResult)
Sets the value of the LogResult property for this object.
|
InvokeResult |
withPayload(ByteBuffer payload)
Sets the value of the Payload property for this object.
|
InvokeResult |
withStatusCode(Integer statusCode)
Sets the value of the StatusCode property for this object.
|
public Integer getStatusCode()
public void setStatusCode(Integer statusCode)
statusCode
- The new value for the StatusCode property for this object.public InvokeResult withStatusCode(Integer statusCode)
Returns a reference to this object so that method calls can be chained together.
statusCode
- The new value for the StatusCode property for this object.public String getFunctionError()
public void setFunctionError(String functionError)
functionError
- The new value for the FunctionError property for this object.public InvokeResult withFunctionError(String functionError)
Returns a reference to this object so that method calls can be chained together.
functionError
- The new value for the FunctionError property for this object.public String getLogResult()
public void setLogResult(String logResult)
logResult
- The new value for the LogResult property for this object.public InvokeResult withLogResult(String logResult)
Returns a reference to this object so that method calls can be chained together.
logResult
- The new value for the LogResult property for this object.public ByteBuffer getPayload()
public void setPayload(ByteBuffer payload)
payload
- The new value for the Payload property for this object.public InvokeResult withPayload(ByteBuffer payload)
Returns a reference to this object so that method calls can be chained together.
payload
- The new value for the Payload property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.