Class LatLon.Builder

java.lang.Object
org.opensearch.client.opensearch._types.LatLon.Builder
All Implemented Interfaces:
ObjectBuilder<LatLon>
Enclosing class:
LatLon

public static class LatLon.Builder
extends java.lang.Object
implements ObjectBuilder<LatLon>
Builder for LatLon.
  • 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
    LatLon build()
    Builds a LatLon.
    LatLon.Builder lat​(java.lang.Number value)
    API name: lat
    LatLon.Builder lon​(java.lang.Number value)
    API name: lon

    Methods inherited from class java.lang.Object

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