public class InvokeMethodResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
InvokeMethodResponse.Deserializer |
| Modifier and Type | Field and Description |
|---|---|
Object |
result |
String |
type
Actual type of the result
|
| Constructor and Description |
|---|
InvokeMethodResponse(Object result) |
InvokeMethodResponse(String type,
Object result) |
Copyright © 2019. All rights reserved.