@Beta public final class PiAction extends 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(Object o) |
int |
hashCode() |
PiActionId |
id()
Return the identifier of this action.
|
Collection<PiActionParam> |
parameters()
Returns all runtime parameters of this action.
|
String |
toString() |
PiTableAction.Type |
type()
Type of this action.
|
public PiTableAction.Type type()
PiTableAction
type
in interface PiTableAction
public PiActionId id()
public Collection<PiActionParam> parameters()
public static PiAction.Builder builder()