Class RankFeatureProperty
java.lang.Object
org.opensearch.client.opensearch._types.mapping.PropertyBase
org.opensearch.client.opensearch._types.mapping.RankFeatureProperty
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,PropertyVariant,ToCopyableBuilder<RankFeatureProperty.Builder,RankFeatureProperty>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class RankFeatureProperty
extends PropertyBase
implements PropertyVariant, ToCopyableBuilder<RankFeatureProperty.Builder,RankFeatureProperty>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase
PropertyBase.AbstractBuilder<BuilderT extends PropertyBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RankFeatureProperty> Json deserializer forRankFeatureProperty -
Method Summary
Modifier and TypeMethodDescriptionPropertyvariant kind.static RankFeatureProperty.Builderbuilder()booleaninthashCode()static RankFeaturePropertyfinal BooleanAPI name:positive_score_impactprotected 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.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 forRankFeatureProperty
-
-
Method Details
-
of
public static RankFeatureProperty of(Function<RankFeatureProperty.Builder, ObjectBuilder<RankFeatureProperty>> fn) -
_propertyKind
Propertyvariant kind.- Specified by:
_propertyKindin interfacePropertyVariant
-
positiveScoreImpact
API name:positive_score_impact -
serializeInternal
- Overrides:
serializeInternalin classPropertyBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<RankFeatureProperty.Builder,RankFeatureProperty> - Returns:
- a new builder instance.
-
builder
-
setupRankFeaturePropertyDeserializer
protected static void setupRankFeaturePropertyDeserializer(ObjectDeserializer<RankFeatureProperty.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classPropertyBase
-
equals
- Overrides:
equalsin classPropertyBase
-