@Beta public final class PiAction extends java.lang.Object implements PiTableAction
Modifier and Type | Class and Description |
---|---|
static class |
PiAction.Builder
Builder of protocol-independent actions.
|
PiTableAction.Type
Modifier and Type | Method and Description |
---|---|
static PiAction.Builder |
builder()
Returns an action builder.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
PiActionId |
id()
Return the identifier of this action.
|
java.util.Collection<PiActionParam> |
parameters()
Returns all runtime parameters of this action.
|
java.lang.String |
toString() |
PiTableAction.Type |
type()
Type of this action.
|
public PiTableAction.Type type()
PiTableAction
type
in interface PiTableAction
public PiActionId id()
public java.util.Collection<PiActionParam> parameters()
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 PiAction.Builder builder()