@Beta public final class PiActionProfileGroupHandle extends PiHandle<PiActionProfileGroup>
| Modifier and Type | Method and Description |
|---|---|
PiEntityType |
entityType()
Returns the type of entity identified by this handle.
|
boolean |
equals(Object o) |
int |
hashCode() |
static PiActionProfileGroupHandle |
of(DeviceId deviceId,
PiActionProfileGroup group)
Creates a new handle for the given device ID and PI action profile group.
|
String |
toString() |
public static PiActionProfileGroupHandle of(DeviceId deviceId, PiActionProfileGroup group)
deviceId - device IDgroup - PI action profile grouppublic PiEntityType entityType()
PiHandleentityType in class PiHandle<PiActionProfileGroup>public int hashCode()
hashCode in class PiHandle<PiActionProfileGroup>public boolean equals(Object o)
equals in class PiHandle<PiActionProfileGroup>public String toString()
toString in class PiHandle<PiActionProfileGroup>