Class Counter.AbstractBuilder<BuilderT extends Counter.AbstractBuilder<BuilderT>>

java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.xpack.usage.Counter.AbstractBuilder<BuilderT>
Direct Known Subclasses:
Counter.Builder, WatcherWatchTriggerSchedule.Builder
Enclosing class:
Counter

protected abstract static class Counter.AbstractBuilder<BuilderT extends Counter.AbstractBuilder<BuilderT>>
extends ObjectBuilderBase
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected AbstractBuilder()  
  • Method Summary

    Modifier and Type Method Description
    BuilderT active​(long value)
    Required - API name: active
    protected abstract BuilderT self()  
    BuilderT total​(long value)
    Required - API name: total

    Methods inherited from class co.elastic.clients.util.ObjectBuilderBase

    _checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractBuilder

      protected AbstractBuilder()
  • Method Details

    • active

      public final BuilderT active​(long value)
      Required - API name: active
    • total

      public final BuilderT total​(long value)
      Required - API name: total
    • self

      protected abstract BuilderT self()