public class ResultSpec
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
com.vmware.vise.data.query.FacetSpec[] |
facets
Specification of which facets to compute on the result (internal use only).
|
java.lang.Integer |
maxResultCount
The maximum number of results to retrieve.
|
java.lang.Integer |
offset
The offset into the result set.
|
OrderingCriteria |
order
The criteria specifying how the results should be ordered.
|
Constructor and Description |
---|
ResultSpec() |
Modifier and Type | Method and Description |
---|---|
ResultSpec |
clone()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
@optional public java.lang.Integer maxResultCount
@optional public java.lang.Integer offset
@optional public OrderingCriteria order
@optional public com.vmware.vise.data.query.FacetSpec[] facets
public ResultSpec clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright @ 2013-2018 VMware, Inc. All rights reserved.