Class BooleanProperty
java.lang.Object
org.opensearch.client.opensearch._types.mapping.PropertyBase
org.opensearch.client.opensearch._types.mapping.CorePropertyBase
org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase
org.opensearch.client.opensearch._types.mapping.BooleanProperty
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,PropertyVariant,ToCopyableBuilder<BooleanProperty.Builder,BooleanProperty>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class BooleanProperty
extends DocValuesPropertyBase
implements PropertyVariant, ToCopyableBuilder<BooleanProperty.Builder,BooleanProperty>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase
DocValuesPropertyBase.AbstractBuilder<BuilderT extends DocValuesPropertyBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<BooleanProperty> Json deserializer forBooleanProperty -
Method Summary
Modifier and TypeMethodDescriptionPropertyvariant kind.final Doubleboost()API name:booststatic BooleanProperty.Builderbuilder()booleanfinal NumericFielddataAPI name:fielddatainthashCode()final Booleanindex()API name:indexfinal BooleanAPI name:null_valuestatic BooleanPropertyprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase
docValues, setupDocValuesPropertyBaseDeserializerMethods inherited from class org.opensearch.client.opensearch._types.mapping.CorePropertyBase
copyTo, setupCorePropertyBaseDeserializer, similarity, storeMethods inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase
dynamic, fields, ignoreAbove, meta, properties, serialize, setupPropertyBaseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.JsonpSerializable
serializeMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.opensearch._types.mapping.PropertyVariant
toPropertyMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forBooleanProperty
-
-
Method Details
-
of
public static BooleanProperty of(Function<BooleanProperty.Builder, ObjectBuilder<BooleanProperty>> fn) -
_propertyKind
Propertyvariant kind.- Specified by:
_propertyKindin interfacePropertyVariant
-
boost
API name:boost -
fielddata
API name:fielddata -
index
API name:index -
nullValue
API name:null_value -
serializeInternal
- Overrides:
serializeInternalin classDocValuesPropertyBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<BooleanProperty.Builder,BooleanProperty> - Returns:
- a new builder instance.
-
builder
-
setupBooleanPropertyDeserializer
protected static void setupBooleanPropertyDeserializer(ObjectDeserializer<BooleanProperty.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classDocValuesPropertyBase
-
equals
- Overrides:
equalsin classDocValuesPropertyBase
-