Class Invocation
java.lang.Object
co.elastic.clients.elasticsearch.slm.Invocation
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Invocation extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Invocation.Builder
Builder forInvocation
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Invocation>
_DESERIALIZER
Json deserializer forInvocation
-
Constructor Summary
Constructors Constructor Description Invocation(Invocation.Builder builder)
Invocation(java.util.function.Function<Invocation.Builder,Invocation.Builder> fn)
-
Method Summary
Modifier and Type Method Description 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
setupInvocationDeserializer(DelegatingDeserializer<Invocation.Builder> op)
java.lang.String
snapshotName()
API name:snapshot_name
java.lang.String
time()
API name:time
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forInvocation
-
-
Constructor Details
-
Invocation
-
Invocation
-
-
Method Details
-
snapshotName
public java.lang.String snapshotName()API name:snapshot_name
-
time
public java.lang.String time()API name:time
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupInvocationDeserializer
-