Class RequestPivot

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class RequestPivot
    
                        

    A list of pivots.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getKey() A key corresponding to a matching field facet label or stats.
      final Unit setKey(@Json(name = "key") String key) A key corresponding to a matching field facet label or stats.
      final List<RequestPivot> getPivots()
      final Unit setPivots(@Json(name = "pivots") List<RequestPivot> pivots)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait