Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MatchInfo |
build() |
MatchInfo.Builder |
copy(MatchInfo model) |
MatchInfo.Builder |
matchingLogEntryEndIndex(Integer matchingLogEntryEndIndex)
The end index of the matching log entry.
|
MatchInfo.Builder |
regexScore(Integer regexScore)
The regular expression score.
|
MatchInfo.Builder |
stepCount(Integer stepCount)
The step count.
|
public MatchInfo.Builder matchingLogEntryEndIndex(Integer matchingLogEntryEndIndex)
The end index of the matching log entry.
matchingLogEntryEndIndex
- the value to setpublic MatchInfo.Builder regexScore(Integer regexScore)
The regular expression score.
regexScore
- the value to setpublic MatchInfo.Builder stepCount(Integer stepCount)
The step count.
stepCount
- the value to setpublic MatchInfo build()
public MatchInfo.Builder copy(MatchInfo model)
Copyright © 2016–2024. All rights reserved.