Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StepInfo |
build() |
StepInfo.Builder |
copy(StepInfo model) |
StepInfo.Builder |
inputSequenceCurrentMatch(String inputSequenceCurrentMatch)
The currnet input sequence match.
|
StepInfo.Builder |
regexEngineClassName(String regexEngineClassName)
The regular expression engine class name.
|
StepInfo.Builder |
stepCount(Integer stepCount)
The step count.
|
public StepInfo.Builder inputSequenceCurrentMatch(String inputSequenceCurrentMatch)
The currnet input sequence match.
inputSequenceCurrentMatch
- the value to setpublic StepInfo.Builder regexEngineClassName(String regexEngineClassName)
The regular expression engine class name.
regexEngineClassName
- the value to setpublic StepInfo.Builder stepCount(Integer stepCount)
The step count.
stepCount
- the value to setpublic StepInfo build()
public StepInfo.Builder copy(StepInfo model)
Copyright © 2016–2024. All rights reserved.