Class Criterion.Builder

  • Enclosing class:
    Criterion

    public static final class Criterion.Builder
    extends java.lang.Object
    Builder class for Criterion.
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of Criterion.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of Criterion.
    • 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 in Evaluation. When methods return a value of this class as a return value, the property will contain all the properties defined in Evaluation.