Class PivotResult.Value

java.lang.Object
org.graylog.plugins.views.search.searchtypes.pivot.PivotResult.Value
Enclosing class:
PivotResult

public abstract static class PivotResult.Value extends Object
  • Constructor Details

    • Value

      public Value()
  • Method Details

    • key

      public abstract com.google.common.collect.ImmutableList<String> key()
    • value

      @Nullable public abstract Object value()
    • rollup

      public abstract boolean rollup()
    • source

      public abstract String source()
    • create

      public static PivotResult.Value create(Collection<String> key, @Nullable Object value, boolean rollup, String source)