java.lang.Object
co.elastic.clients.elasticsearch.transform.Sync
All Implemented Interfaces:
JsonpSerializable, TaggedUnion<java.lang.Object>

@JsonpDeserializable
public class Sync
extends java.lang.Object
implements TaggedUnion<java.lang.Object>, JsonpSerializable
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Sync.Builder  
  • Field Summary

    Fields
    Modifier and Type Field Description
    static JsonpDeserializer<Sync> _DESERIALIZER  
    static java.lang.String TIME  
  • Constructor Summary

    Constructors
    Constructor Description
    Sync​(SyncVariant value)  
    Sync​(java.util.function.Function<Sync.Builder,​Sync.Builder> fn)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object _get()  
    java.lang.String _type()
    Get the of the type of the variant held by this union object.
    void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)  
    protected static void setupSyncDeserializer​(DelegatingDeserializer<Sync.Builder> op)  
    TimeSync time()
    Get the time variant value.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface co.elastic.clients.util.TaggedUnion

    _is
  • Field Details

  • Constructor Details

  • Method Details

    • _type

      public java.lang.String _type()
      Description copied from interface: TaggedUnion
      Get the of the type of the variant held by this union object.
      Specified by:
      _type in interface TaggedUnion<java.lang.Object>
      Returns:
      the variant type
    • _get

      public java.lang.Object _get()
      Specified by:
      _get in interface TaggedUnion<java.lang.Object>
    • time

      public TimeSync time()
      Get the time variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the time kind.
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Specified by:
      serialize in interface JsonpSerializable
    • setupSyncDeserializer

      protected static void setupSyncDeserializer​(DelegatingDeserializer<Sync.Builder> op)