@Beta public final class PiTableEntryHandle extends PiHandle<PiTableEntry>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static PiTableEntryHandle |
of(DeviceId deviceId,
PiTableEntry entry)
Creates a new handle for the given PI table entry and device ID.
|
java.lang.String |
toString() |
deviceId, entityType, piEntity
public static PiTableEntryHandle of(DeviceId deviceId, PiTableEntry entry)
deviceId
- device IDentry
- PI table entrypublic int hashCode()
hashCode
in class PiHandle<PiTableEntry>
public boolean equals(java.lang.Object obj)
equals
in class PiHandle<PiTableEntry>
public java.lang.String toString()
toString
in class PiHandle<PiTableEntry>