Class TransportHistogram.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<TransportHistogram.Builder>
co.elastic.clients.elasticsearch.nodes.TransportHistogram.Builder
- All Implemented Interfaces:
WithJson<TransportHistogram.Builder>,ObjectBuilder<TransportHistogram>
- Enclosing class:
- TransportHistogram
public static class TransportHistogram.Builder extends WithJsonObjectBuilderBase<TransportHistogram.Builder> implements ObjectBuilder<TransportHistogram>
Builder for
TransportHistogram.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description TransportHistogrambuild()Builds aTransportHistogram.TransportHistogram.Buildercount(java.lang.Long value)API name:countTransportHistogram.BuildergeMillis(java.lang.Long value)API name:ge_millisTransportHistogram.BuilderltMillis(java.lang.Long value)API name:lt_millisprotected TransportHistogram.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
count
API name:count -
ltMillis
API name:lt_millis -
geMillis
API name:ge_millis -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<TransportHistogram.Builder>
-
build
Builds aTransportHistogram.- Specified by:
buildin interfaceObjectBuilder<TransportHistogram>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-