| Modifier and Type | Class and Description |
|---|---|
static class |
PiActionGroupMember.Builder
Builder of action group members.
|
| Modifier and Type | Method and Description |
|---|---|
PiAction |
action()
Returns the action associated to this member.
|
static PiActionGroupMember.Builder |
builder()
Returns a new builder of action group members.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
PiActionGroupMemberId |
id()
Returns the identifier of this member.
|
PiEntityType |
piEntityType()
Returns the type of this entity.
|
java.lang.String |
toString() |
int |
weight()
Returns the weight associated to this member.
|
public PiActionGroupMemberId id()
public PiAction action()
public int weight()
public PiEntityType piEntityType()
PiEntitypiEntityType in interface PiEntitypublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static PiActionGroupMember.Builder builder()