Package org.onosproject.net.meter
Class MeterOperations
- java.lang.Object
-
- org.onosproject.net.meter.MeterOperations
-
public final class MeterOperations extends Object
Immutable collection of meter operation to be used between core and provider layers of group subsystem.
-
-
Constructor Summary
Constructors Constructor Description MeterOperations(List<MeterOperation> operations)
Creates a immutable list of meter operation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MeterOperation>
operations()
Returns immutable list of Meter operation.
-
-
-
Constructor Detail
-
MeterOperations
public MeterOperations(List<MeterOperation> operations)
Creates a immutable list of meter operation.- Parameters:
operations
- list of meter operation
-
-
Method Detail
-
operations
public List<MeterOperation> operations()
Returns immutable list of Meter operation.- Returns:
- list of Meter operation
-
-