@Beta public final class PiActionGroupHandle extends PiHandle<PiActionGroup>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static PiActionGroupHandle |
of(DeviceId deviceId,
PiActionGroup group)
Creates a new handle for the given device ID and PI action group.
|
java.lang.String |
toString() |
deviceId, entityType, piEntity
public static PiActionGroupHandle of(DeviceId deviceId, PiActionGroup group)
deviceId
- device IDgroup
- PI action grouppublic int hashCode()
hashCode
in class PiHandle<PiActionGroup>
public boolean equals(java.lang.Object o)
equals
in class PiHandle<PiActionGroup>
public java.lang.String toString()
toString
in class PiHandle<PiActionGroup>