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) |
int |
hashCode() |
PiActionProfileMemberId |
id()
Returns the identifier of this member.
|
PiEntityType |
piEntityType()
Returns the type of this entity.
|
String |
toString() |
int |
weight()
Returns the weight associated to this member.
|
public PiActionProfileMemberId id()
public PiActionProfileId actionProfile()
public PiAction action()
public int weight()
public PiEntityType piEntityType()
PiEntity
piEntityType
in interface PiEntity
public static PiActionProfileMember.Builder builder()