class Action
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private ActionMode |
mode |
private BenchmarkParams |
params |
private static long |
serialVersionUID |
Constructor and Description |
---|
Action(BenchmarkParams params,
ActionMode mode) |
Modifier and Type | Method and Description |
---|---|
ActionMode |
getMode() |
BenchmarkParams |
getParams() |
private static final long serialVersionUID
private final BenchmarkParams params
private final ActionMode mode
public Action(BenchmarkParams params, ActionMode mode)
public ActionMode getMode()
public BenchmarkParams getParams()