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
PropertySpec
s DataService guarantees that the PropertyValue
s
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
PropertyValue
s will be the same on equal queries.public boolean equals(java.lang.Object obj)
equals
in class ResourceItem
public int hashCode()
hashCode
in class ResourceItem
Copyright @ 2013-2018 VMware, Inc. All rights reserved.