@data(base="Object") public class ResultItem extends ResourceItem
| Modifier and Type | Field and Description |
|---|---|
PropertyValue[] |
properties
Array of properties returned by the query.
|
currentGenerations, resourceObject| Constructor and Description |
|---|
ResultItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public PropertyValue[] properties
PropertySpecs DataService guarantees that the PropertyValues
will be returned in the order in which they are requested. Otherwise it only
guarantees determinism in the result. In other words the order of the returned
PropertyValues will be the same on equal queries.public boolean equals(java.lang.Object obj)
equals in class ResourceItempublic int hashCode()
hashCode in class ResourceItemCopyright @ 2013-2018 VMware, Inc. All rights reserved.