Package org.onosproject.net.meter
Interface MeterCellId
-
- All Known Implementing Classes:
MeterId
,PiMeterCellId
@Beta public interface MeterCellId
A representation of a meter cell identifier. Uniquely identifies a meter cell in the scope of a single device.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MeterCellId.MeterCellType
Types of meter cell identifier.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeterCellId.MeterCellType
type()
Return the type of this meter cell identifier.
-
-
-
Method Detail
-
type
MeterCellId.MeterCellType type()
Return the type of this meter cell identifier.- Returns:
- type
-
-