Class Murmur3HashProperty
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.Murmur3HashProperty
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,PropertyVariant,ToCopyableBuilder<Murmur3HashProperty.Builder,Murmur3HashProperty>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class Murmur3HashProperty
extends DocValuesPropertyBase
implements PropertyVariant, ToCopyableBuilder<Murmur3HashProperty.Builder,Murmur3HashProperty>
-
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<Murmur3HashProperty> Json deserializer forMurmur3HashProperty -
Method Summary
Modifier and TypeMethodDescriptionPropertyvariant kind.static Murmur3HashProperty.Builderbuilder()booleaninthashCode()static Murmur3HashPropertyprotected 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 forMurmur3HashProperty
-
-
Method Details
-
of
public static Murmur3HashProperty of(Function<Murmur3HashProperty.Builder, ObjectBuilder<Murmur3HashProperty>> fn) -
_propertyKind
Propertyvariant kind.- Specified by:
_propertyKindin interfacePropertyVariant
-
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<Murmur3HashProperty.Builder,Murmur3HashProperty> - Returns:
- a new builder instance.
-
builder
-
setupMurmur3HashPropertyDeserializer
protected static void setupMurmur3HashPropertyDeserializer(ObjectDeserializer<Murmur3HashProperty.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classDocValuesPropertyBase
-
equals
- Overrides:
equalsin classDocValuesPropertyBase
-