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