Class Sync
java.lang.Object
co.elastic.clients.elasticsearch.transform.Sync
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<Sync.Kind,Object>
@JsonpDeserializable
public class Sync
extends Object
implements TaggedUnion<Sync.Kind,Object>, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Object_get()final Sync.Kind_kind()Get the of the kind of variant held by this object.booleanisTime()Is this variant instance of kindtime?static Syncof(Function<Sync.Builder, ObjectBuilder<Sync>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtime()Get thetimevariant value.toString()
-
Field Details
-
_DESERIALIZER
-
-
Constructor Details
-
Sync
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<Sync.Kind,Object> - Returns:
- the variant kind
-
_get
- Specified by:
_getin interfaceTaggedUnion<Sync.Kind,Object>
-
of
-
isTime
public boolean isTime()Is this variant instance of kindtime? -
time
Get thetimevariant value.- Throws:
IllegalStateException- if the current variant is not of thetimekind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
toString
-
setupSyncDeserializer
-