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 classInvocation.BuilderBuilder forInvocation. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Invocation>_DESERIALIZERJson 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 voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupInvocationDeserializer(DelegatingDeserializer<Invocation.Builder> op)java.lang.StringsnapshotName()Required - API name:snapshot_namejava.lang.Stringtime()Required - API name:timeMethods 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()Required - API name:snapshot_name -
time
public java.lang.String time()Required - API name:time -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupInvocationDeserializer
-