public class StepRequest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StepRequest.StepRequestType |
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
param1 |
java.lang.String |
step |
StepRequest.StepRequestType |
type |
Constructor and Description |
---|
StepRequest(StepRequest.StepRequestType type)
Constructor for StepRequest
|
StepRequest(StepRequest.StepRequestType type,
java.lang.String step,
java.lang.Object param1)
Constructor for StepRequest
|
public final StepRequest.StepRequestType type
public java.lang.String step
public java.lang.Object param1
public StepRequest(StepRequest.StepRequestType type)
type
- the kind of step requestpublic StepRequest(StepRequest.StepRequestType type, java.lang.String step, java.lang.Object param1)
type
- the kind of step requeststep
- for which the Step Selector was run.param1
- parameter depending on code.