Class LoggingResult
java.lang.Object
co.elastic.clients.elasticsearch.watcher.LoggingResult
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class LoggingResult extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoggingResult.BuilderBuilder forLoggingResult. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<LoggingResult>_DESERIALIZERJson deserializer forLoggingResult -
Constructor Summary
Constructors Constructor Description LoggingResult(LoggingResult.Builder builder)LoggingResult(java.util.function.Function<LoggingResult.Builder,LoggingResult.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.StringloggedText()Required - API name:logged_textvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupLoggingResultDeserializer(DelegatingDeserializer<LoggingResult.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forLoggingResult
-
-
Constructor Details
-
LoggingResult
-
LoggingResult
-
-
Method Details
-
loggedText
public java.lang.String loggedText()Required - API name:logged_text -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupLoggingResultDeserializer
protected static void setupLoggingResultDeserializer(DelegatingDeserializer<LoggingResult.Builder> op)
-