@Beta public final class PiTableEntryHandle extends PiHandle
Modifier and Type | Method and Description |
---|---|
PiEntityType |
entityType()
Returns the type of entity identified by this handle.
|
boolean |
equals(Object obj) |
int |
hashCode() |
PiMatchKey |
matchKey()
Returns the match key associated with this handle.
|
static PiTableEntryHandle |
of(DeviceId deviceId,
PiTableEntry entry)
Creates a new handle for the given PI table entry and device ID.
|
OptionalInt |
priority()
Returns the optional priority associated with this handle.
|
PiTableId |
tableId()
Returns the table ID associated with this handle.
|
String |
toString() |
public static PiTableEntryHandle of(DeviceId deviceId, PiTableEntry entry)
deviceId
- device IDentry
- PI table entrypublic PiTableId tableId()
public PiMatchKey matchKey()
public OptionalInt priority()
public PiEntityType entityType()
PiHandle
entityType
in class PiHandle