@Beta
public final class PiActionGroupMember
extends java.lang.Object
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.
|
java.lang.String |
toString() |
int |
weight()
Returns the weight associated to this member.
|
public PiActionGroupMemberId id()
public PiAction action()
public int weight()
PiActionGroupType.SELECT
.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static PiActionGroupMember.Builder builder()