@Beta
public interface PiActionModel
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
name()
Returns the name of this action.
|
java.util.Optional<PiActionParamModel> |
param(java.lang.String name)
Returns the model of this action's parameter defined by the given name, if present.
|
java.util.List<PiActionParamModel> |
params()
Returns the list of action parameter models, ordered according to the same action parameters
defined in the pipeline model.
|
java.lang.String name()
java.util.Optional<PiActionParamModel> param(java.lang.String name)
name - action namejava.util.List<PiActionParamModel> params()