com.vmware.vise.data.query
Class CompositeConstraint
java.lang.Object
com.vmware.vise.data.Constraint
com.vmware.vise.data.query.CompositeConstraint
@data
public class CompositeConstraint
- extends Constraint
Defines the matching criteria based on more than one type of Constraint
nestedConstraints
public Constraint[] nestedConstraints
- The nested or sub-constraints that this composite is made of.
conjoiner
public Conjoiner conjoiner
- The conjunction operator (i.e., "And" or "Or") to apply on the nested constraints.
CompositeConstraint
public CompositeConstraint()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Constraint
hashCode
public int hashCode()
- Overrides:
hashCode
in class Constraint
Copyright @ 2012 VMware, Inc. All rights reserved.