Package software.amazon.jsii.api
Class InvokeRequest
java.lang.Object
software.amazon.jsii.api.InvokeRequest
Represents a method invocation jsii-runtime request.
-
Constructor Details
-
InvokeRequest
public InvokeRequest()
-
-
Method Details
-
getObjref
public com.fasterxml.jackson.databind.node.ObjectNode getObjref()- Returns:
- The object reference.
-
setObjref
public void setObjref(com.fasterxml.jackson.databind.node.ObjectNode objref) - Parameters:
objref- The object reference.
-
getMethod
- Returns:
- The method to invoke.
-
setMethod
- Parameters:
method- The method to invoke.
-
getArgs
- Returns:
- Method arguments.
-
setArgs
- Parameters:
args- Method arguments.
-