Class MatchInfo.Builder

  • Enclosing class:
    MatchInfo

    public static class MatchInfo.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • matchingLogEntryEndIndex

        public MatchInfo.Builder matchingLogEntryEndIndex​(Integer matchingLogEntryEndIndex)
        The end index of the matching log entry.
        Parameters:
        matchingLogEntryEndIndex - the value to set
        Returns:
        this builder
      • regexScore

        public MatchInfo.Builder regexScore​(Integer regexScore)
        The regular expression score.
        Parameters:
        regexScore - the value to set
        Returns:
        this builder
      • stepCount

        public MatchInfo.Builder stepCount​(Integer stepCount)
        The step count.
        Parameters:
        stepCount - the value to set
        Returns:
        this builder