public class InvokeRequest extends Object
| Constructor and Description |
|---|
InvokeRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getArgs() |
String |
getMethod() |
com.fasterxml.jackson.databind.node.ObjectNode |
getObjref() |
void |
setArgs(List<Object> args) |
void |
setMethod(String method) |
void |
setObjref(com.fasterxml.jackson.databind.node.ObjectNode objref) |
public com.fasterxml.jackson.databind.node.ObjectNode getObjref()
public void setObjref(com.fasterxml.jackson.databind.node.ObjectNode objref)
objref - The object reference.public String getMethod()
public void setMethod(String method)
method - The method to invoke.Copyright © 2019. All rights reserved.