public class Response
extends java.lang.Object
DataService
.Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Long> |
executionTimeByDescription
The response may include execution times of various sub-components of the
service(s) that processed the query and constructed the response.
|
ResultSet[] |
resultSet
An array of ResultSet containing the matched data by the service.
|
Constructor and Description |
---|
Response() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public ResultSet[] resultSet
@optional public java.util.Map<java.lang.String,java.lang.Long> executionTimeByDescription
Copyright @ 2013-2018 VMware, Inc. All rights reserved.