Class GetDataStreamMappingsResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.GetDataStreamMappingsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetDataStreamMappingsResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetDataStreamMappingsResponse>Json deserializer forGetDataStreamMappingsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal List<DataStreamMappings>Required - API name:data_streamsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupGetDataStreamMappingsResponseDeserializer(ObjectDeserializer<GetDataStreamMappingsResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetDataStreamMappingsResponse
-
-
Method Details
-
of
-
dataStreams
Required - API name:data_streams -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetDataStreamMappingsResponseDeserializer
protected static void setupGetDataStreamMappingsResponseDeserializer(ObjectDeserializer<GetDataStreamMappingsResponse.Builder> op)
-