Class LogsStatus
java.lang.Object
co.elastic.clients.elasticsearch.streams.status.LogsStatus
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<LogsStatus>Json deserializer forLogsStatus -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanenabled()Required - If true, the logs stream feature is enabled.static LogsStatusvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forLogsStatus
-
-
Method Details
-
of
-
enabled
public final boolean enabled()Required - If true, the logs stream feature is enabled.API name:
enabled -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupLogsStatusDeserializer
-