public final class FeatureStep
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureStep.StepType
Enum representation used to identify the type of the step.
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id
Unique identifier for the feature step.
|
java.lang.String |
label
User-friendly name for the feature step.
|
java.lang.String |
serviceId
Unique identifier for the service.
|
java.lang.String |
stepId
Unique identifier for the step.
|
FeatureStep.StepType |
stepType |
| Constructor and Description |
|---|
FeatureStep(FeatureStep.StepType stepType,
java.lang.String label,
java.lang.String id,
java.lang.String stepId,
java.lang.String serviceId) |
public final FeatureStep.StepType stepType
public final java.lang.String label
public final java.lang.String id
public final java.lang.String stepId
id, this id is from the trigger, query or action, which
can be the same if two features have the same steps.public final java.lang.String serviceId
public FeatureStep(FeatureStep.StepType stepType, java.lang.String label, java.lang.String id, java.lang.String stepId, java.lang.String serviceId)