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