Package org.onosproject.net.meter
Interface MeterCellId
-
- All Known Implementing Classes:
MeterId,PiMeterCellId
@Beta public interface MeterCellIdA 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 classMeterCellId.MeterCellTypeTypes of meter cell identifier.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeterCellId.MeterCellTypetype()Return the type of this meter cell identifier.
-
-
-
Method Detail
-
type
MeterCellId.MeterCellType type()
Return the type of this meter cell identifier.- Returns:
- type
-
-