Class TestPopulation.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<TestPopulation.Builder>
co.elastic.clients.elasticsearch._types.aggregations.TestPopulation.Builder
- All Implemented Interfaces:
WithJson<TestPopulation.Builder>,ObjectBuilder<TestPopulation>
- Enclosing class:
- TestPopulation
public static class TestPopulation.Builder
extends WithJsonObjectBuilderBase<TestPopulation.Builder>
implements ObjectBuilder<TestPopulation>
Builder for
TestPopulation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aTestPopulation.final TestPopulation.BuilderRequired - The field to aggregate.final TestPopulation.BuilderA filter used to define a set of records to run unpaired t-test on.final TestPopulation.BuilderA filter used to define a set of records to run unpaired t-test on.final TestPopulation.BuilderAPI name:scriptfinal TestPopulation.BuilderAPI name:scriptprotected TestPopulation.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
field
Required - The field to aggregate.API name:
field -
script
API name:script -
script
API name:script -
filter
A filter used to define a set of records to run unpaired t-test on.API name:
filter -
filter
A filter used to define a set of records to run unpaired t-test on.API name:
filter -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<TestPopulation.Builder>
-
build
Builds aTestPopulation.- Specified by:
buildin interfaceObjectBuilder<TestPopulation>- Throws:
NullPointerException- if some of the required fields are null.
-