| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PiActionProfileMember.Builder
Builder of action profile members. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PiAction | 
action()
Returns the action associated to this member. 
 | 
PiActionProfileId | 
actionProfile()
Returns the identifier of the action profile. 
 | 
static PiActionProfileMember.Builder | 
builder()
Returns a new builder of action profile members. 
 | 
boolean | 
equals(Object o)  | 
PiActionProfileMemberHandle | 
handle(DeviceId deviceId)
Returns a handle for this PI entity and the given device ID. 
 | 
int | 
hashCode()  | 
PiActionProfileMemberId | 
id()
Returns the identifier of this member. 
 | 
PiEntityType | 
piEntityType()
Returns the type of this entity. 
 | 
String | 
toString()  | 
public PiActionProfileMemberId id()
public PiActionProfileId actionProfile()
public PiAction action()
public PiEntityType piEntityType()
PiEntitypiEntityType in interface PiEntitypublic PiActionProfileMemberHandle handle(DeviceId deviceId)
PiEntitypublic static PiActionProfileMember.Builder builder()