@Beta public final class PiActionProfileGroupHandle extends PiHandle
Modifier and Type | Method and Description |
---|---|
PiActionProfileId |
actionProfile()
Returns the action profile ID of this handle.
|
PiEntityType |
entityType()
Returns the type of entity identified by this handle.
|
boolean |
equals(Object o) |
PiActionProfileGroupId |
groupId()
Returns the group ID of this handle.
|
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 PiActionProfileId actionProfile()
public PiActionProfileGroupId groupId()
public PiEntityType entityType()
PiHandle
entityType
in class PiHandle