public static class JsonRpcMapper.JsonRpcResponse extends Object
Constructor and Description |
---|
JsonRpcResponse(Object result,
Object error,
JsonRpcException exception) |
Modifier and Type | Method and Description |
---|---|
Object |
getError() |
JsonRpcException |
getException() |
Object |
getResult() |
public JsonRpcResponse(Object result, Object error, JsonRpcException exception)
public Object getError()
public Object getResult()
public JsonRpcException getException()
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.