Class TotalHits.Builder

java.lang.Object
org.opensearch.client.opensearch._global.search.TotalHits.Builder
All Implemented Interfaces:
ObjectBuilder<TotalHits>
Enclosing class:
TotalHits

public static class TotalHits.Builder
extends java.lang.Object
implements ObjectBuilder<TotalHits>
Builder for TotalHits.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder

    ObjectBuilder.Constant<V>
  • Constructor Summary

    Constructors 
    Constructor Description
    Builder()  
  • Method Summary

    Modifier and Type Method Description
    TotalHits build()
    Builds a TotalHits.
    TotalHits.Builder relation​(jakarta.json.JsonValue value)
    API name: relation
    TotalHits.Builder value​(java.lang.Number value)
    API name: value

    Methods inherited from class java.lang.Object

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