Class AnalyzeResponse
- java.lang.Object
-
- org.opensearch.client.opensearch.indices.AnalyzeResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class AnalyzeResponse extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnalyzeResponse.BuilderBuilder forAnalyzeResponse.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AnalyzeResponse>_DESERIALIZERJson deserializer forAnalyzeResponse
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalyzeDetaildetail()API name:detailstatic AnalyzeResponseof(java.util.function.Function<AnalyzeResponse.Builder,ObjectBuilder<AnalyzeResponse>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupAnalyzeResponseDeserializer(ObjectDeserializer<AnalyzeResponse.Builder> op)java.util.List<AnalyzeToken>tokens()API name:tokens
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<AnalyzeResponse> _DESERIALIZER
Json deserializer forAnalyzeResponse
-
-
Method Detail
-
of
public static AnalyzeResponse of(java.util.function.Function<AnalyzeResponse.Builder,ObjectBuilder<AnalyzeResponse>> fn)
-
detail
@Nullable public final AnalyzeDetail detail()
API name:detail
-
tokens
public final java.util.List<AnalyzeToken> tokens()
API name:tokens
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupAnalyzeResponseDeserializer
protected static void setupAnalyzeResponseDeserializer(ObjectDeserializer<AnalyzeResponse.Builder> op)
-
-