Package com.vmware.nsx_policy.model
Class Criterion.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.Criterion.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Criterion
build()
Criterion.Builder
setEvaluations(java.util.List<com.vmware.vapi.bindings.Structure> evaluations)
Criterion Evaluations.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofCriterion
.
-
-
Method Detail
-
setEvaluations
public Criterion.Builder setEvaluations(java.util.List<com.vmware.vapi.bindings.Structure> evaluations)
Criterion Evaluations.- Parameters:
evaluations
- New value for the property. When clients pass a value of this class as a parameter, the property must contain all the properties defined inEvaluation
. When methods return a value of this class as a return value, the property will contain all the properties defined inEvaluation
.
-
build
public Criterion build()
-
-