Class CoordsGeoBounds.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<CoordsGeoBounds.Builder>
co.elastic.clients.elasticsearch._types.CoordsGeoBounds.Builder
- All Implemented Interfaces:
WithJson<CoordsGeoBounds.Builder>,ObjectBuilder<CoordsGeoBounds>
- Enclosing class:
- CoordsGeoBounds
public static class CoordsGeoBounds.Builder extends WithJsonObjectBuilderBase<CoordsGeoBounds.Builder> implements ObjectBuilder<CoordsGeoBounds>
Builder for
CoordsGeoBounds.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description CoordsGeoBounds.Builderbottom(double value)Required - API name:bottomCoordsGeoBoundsbuild()Builds aCoordsGeoBounds.CoordsGeoBounds.Builderleft(double value)Required - API name:leftCoordsGeoBounds.Builderright(double value)Required - API name:rightprotected CoordsGeoBounds.Builderself()CoordsGeoBounds.Buildertop(double value)Required - API name:topMethods 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
-
top
Required - API name:top -
bottom
Required - API name:bottom -
left
Required - API name:left -
right
Required - API name:right -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<CoordsGeoBounds.Builder>
-
build
Builds aCoordsGeoBounds.- Specified by:
buildin interfaceObjectBuilder<CoordsGeoBounds>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-