Class CategorizeTextAnalyzer
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.CategorizeTextAnalyzer
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<CategorizeTextAnalyzer.Kind,java.lang.Object>
@JsonpDeserializable public class CategorizeTextAnalyzer extends java.lang.Object implements TaggedUnion<CategorizeTextAnalyzer.Kind,java.lang.Object>, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCategorizeTextAnalyzer.Builderstatic classCategorizeTextAnalyzer.Kind -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CategorizeTextAnalyzer>_DESERIALIZER -
Method Summary
Modifier and Type Method Description java.lang.Object_get()CategorizeTextAnalyzer.Kind_kind()Get the of the kind of variant held by this object.java.lang.Stringbuiltin()Get thebuiltinvariant value.CustomCategorizeTextAnalyzercustom()Get thecustomvariant value.booleanisBuiltin()Is this variant instance of kindbuiltin?booleanisCustom()Is this variant instance of kindcustom?static CategorizeTextAnalyzerof(java.util.function.Function<CategorizeTextAnalyzer.Builder,ObjectBuilder<CategorizeTextAnalyzer>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<CategorizeTextAnalyzer.Kind,java.lang.Object>- Returns:
- the variant kind
-
_get
public final java.lang.Object _get()- Specified by:
_getin interfaceTaggedUnion<CategorizeTextAnalyzer.Kind,java.lang.Object>
-
of
public static CategorizeTextAnalyzer of(java.util.function.Function<CategorizeTextAnalyzer.Builder,ObjectBuilder<CategorizeTextAnalyzer>> fn) -
isCustom
public boolean isCustom()Is this variant instance of kindcustom? -
custom
Get thecustomvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thecustomkind.
-
isBuiltin
public boolean isBuiltin()Is this variant instance of kindbuiltin? -
builtin
public java.lang.String builtin()Get thebuiltinvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thebuiltinkind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-