|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vmware.vise.data.query.ResultSpec
@data(base="Object") public class ResultSpec
Describes additional transformations/filters to be applied on the result set.
Field Summary | |
---|---|
com.vmware.vise.data.query.FacetSpec[] |
facets
Specification of which facets to compute on the result (internal use only). |
Integer |
maxResultCount
The maximum number of results to retrieve. |
Integer |
offset
The offset into the result set. |
OrderingCriteria |
order
The criteria specifying how the results should be ordered. |
Constructor Summary | |
---|---|
ResultSpec()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@optional public Integer maxResultCount
@optional public Integer offset
@optional public OrderingCriteria order
@optional public com.vmware.vise.data.query.FacetSpec[] facets
Constructor Detail |
---|
public ResultSpec()
Method Detail |
---|
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |