Package | Description |
---|---|
org.ovirt.vdsm.jsonrpc.client |
Modifier and Type | Method and Description |
---|---|
ResponseBuilder |
ResponseBuilder.withError(Map<String,Object> error)
Adds error
Map to the response. |
ResponseBuilder |
ResponseBuilder.withResult(List<Object> result)
Adds result
List to the response. |
ResponseBuilder |
ResponseBuilder.withResult(Map<String,Object> result)
Adds result
Map to the response. |
ResponseBuilder |
ResponseBuilder.withResult(String result)
Adds result
String to the response. |
Copyright © 2016. All rights reserved.