Class CounterResult.Builder

  • Enclosing class:
    CounterResult

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

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of CounterResult.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CounterResult build()  
      CounterResult.Builder setBackwardResults​(java.util.List<com.vmware.vapi.bindings.Structure> backwardResults)
      The count action results from the checkpoints traversed by packets from the destination port.
      CounterResult.Builder setForwardResults​(java.util.List<com.vmware.vapi.bindings.Structure> forwardResults)
      The count action results from the checkpoints traversed by packets from the source port.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of CounterResult.
    • Method Detail

      • setBackwardResults

        public CounterResult.Builder setBackwardResults​(java.util.List<com.vmware.vapi.bindings.Structure> backwardResults)
        The count action results from the checkpoints traversed by packets from the destination port.
        Parameters:
        backwardResults - 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 CountObservation. When methods return a value of this class as a return value, the property will contain all the properties defined in CountObservation.
      • setForwardResults

        public CounterResult.Builder setForwardResults​(java.util.List<com.vmware.vapi.bindings.Structure> forwardResults)
        The count action results from the checkpoints traversed by packets from the source port.
        Parameters:
        forwardResults - 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 CountObservation. When methods return a value of this class as a return value, the property will contain all the properties defined in CountObservation.