Class Extractor.Result

java.lang.Object
org.graylog2.plugin.inputs.Extractor.Result
Enclosing class:
Extractor

public static class Extractor.Result extends Object
  • Constructor Details

    • Result

      public Result(String value, int beginIndex, int endIndex)
    • Result

      public Result(Object value, String target, int beginIndex, int endIndex)
  • Method Details

    • getValue

      public Object getValue()
    • getTarget

      public String getTarget()
    • getBeginIndex

      public int getBeginIndex()
    • getEndIndex

      public int getEndIndex()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object