Class IcuCollationKeywordProperty
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.IcuCollationKeywordProperty
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,PropertyVariant,ToCopyableBuilder<IcuCollationKeywordProperty.Builder,IcuCollationKeywordProperty>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class IcuCollationKeywordProperty
extends DocValuesPropertyBase
implements PropertyVariant, ToCopyableBuilder<IcuCollationKeywordProperty.Builder,IcuCollationKeywordProperty>
-
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<IcuCollationKeywordProperty> Json deserializer forIcuCollationKeywordProperty -
Method Summary
Modifier and TypeMethodDescriptionPropertyvariant kind.final IcuCollationAlternateAPI name:alternatebuilder()final IcuCollationCaseFirstAPI name:case_firstfinal BooleanAPI name:case_levelfinal Stringcountry()API name:countryAPI name:decompositionbooleaninthashCode()final BooleanAPI name:hiragana_quaternary_modefinal Booleanindex()API name:indexfinal Stringlanguage()API name:languagefinal StringAPI name:null_valuefinal Booleannumeric()API name:numericstatic IcuCollationKeywordPropertyprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupIcuCollationKeywordPropertyDeserializer(ObjectDeserializer<IcuCollationKeywordProperty.Builder> op) final IcuCollationStrengthstrength()API name:strengthCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final StringAPI name:variable_topfinal Stringvariant()API name:variantMethods 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 forIcuCollationKeywordProperty
-
-
Method Details
-
of
-
_propertyKind
Propertyvariant kind.- Specified by:
_propertyKindin interfacePropertyVariant
-
alternate
API name:alternate -
caseFirst
API name:case_first -
caseLevel
API name:case_level -
country
API name:country -
decomposition
API name:decomposition -
hiraganaQuaternaryMode
API name:hiragana_quaternary_mode -
index
API name:index -
language
API name:language -
nullValue
API name:null_value -
numeric
API name:numeric -
strength
API name:strength -
variableTop
API name:variable_top -
variant
API name:variant -
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<IcuCollationKeywordProperty.Builder,IcuCollationKeywordProperty> - Returns:
- a new builder instance.
-
builder
-
setupIcuCollationKeywordPropertyDeserializer
protected static void setupIcuCollationKeywordPropertyDeserializer(ObjectDeserializer<IcuCollationKeywordProperty.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classDocValuesPropertyBase
-
equals
- Overrides:
equalsin classDocValuesPropertyBase
-