@Beta public final class PiDirectCounterCellId extends Object implements PiCounterCellId
| Modifier and Type | Method and Description |
|---|---|
PiCounterId |
counterId()
Returns the identifier of the counter instance where this cell is contained.
|
boolean |
equals(Object o) |
int |
hashCode() |
static PiDirectCounterCellId |
of(PiCounterId counterId,
PiTableEntry tableEntry)
Returns a direct counter cell identifier for the given counter identifier and table entry.
|
PiTableEntry |
tableEntry()
Returns the table entry associated with this cell identifier.
|
String |
toString() |
PiCounterType |
type()
Returns the type of counter identified.
|
public static PiDirectCounterCellId of(PiCounterId counterId, PiTableEntry tableEntry)
counterId - counter identifiertableEntry - table entrypublic PiTableEntry tableEntry()
public PiCounterId counterId()
PiCounterCellIdcounterId in interface PiCounterCellIdpublic PiCounterType type()
PiCounterCellIdtype in interface PiCounterCellId