Class MeterOperations


  • public final class MeterOperations
    extends java.lang.Object
    Immutable collection of meter operation to be used between core and provider layers of group subsystem.
    • Constructor Summary

      Constructors 
      Constructor Description
      MeterOperations​(java.util.List<MeterOperation> operations)
      Creates a immutable list of meter operation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<MeterOperation> operations()
      Returns immutable list of Meter operation.
      • Methods inherited from class java.lang.Object

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

      • MeterOperations

        public MeterOperations​(java.util.List<MeterOperation> operations)
        Creates a immutable list of meter operation.
        Parameters:
        operations - list of meter operation
    • Method Detail

      • operations

        public java.util.List<MeterOperation> operations()
        Returns immutable list of Meter operation.
        Returns:
        list of Meter operation