Class FieldValue.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.FieldValue.Builder
- All Implemented Interfaces:
ObjectBuilder<FieldValue>
- Enclosing class:
FieldValue
public static class FieldValue.Builder
extends ObjectBuilderBase
implements ObjectBuilder<FieldValue>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanValue(boolean v) build()doubleValue(double v) longValue(long v) Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
doubleValue
-
longValue
-
booleanValue
-
stringValue
-
nullValue
-
build
- Specified by:
buildin interfaceObjectBuilder<FieldValue>
-