Class TaskInfos

java.lang.Object
co.elastic.clients.elasticsearch.tasks.TaskInfos
All Implemented Interfaces:
JsonpSerializable, TaggedUnion<TaskInfos.Kind,​java.lang.Object>

@JsonpDeserializable
public class TaskInfos
extends java.lang.Object
implements TaggedUnion<TaskInfos.Kind,​java.lang.Object>, JsonpSerializable
See Also:
API specification
  • Nested Class Summary

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

    Fields
    Modifier and Type Field Description
    static JsonpDeserializer<TaskInfos> _DESERIALIZER  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object _get()  
    TaskInfos.Kind _kind()
    Get the of the kind of variant held by this object.
    java.util.List<TaskInfo> flat()
    Get the flat variant value.
    java.util.Map<java.lang.String,​ParentTaskInfo> grouped()
    Get the grouped variant value.
    boolean isFlat()
    Is this variant instance of kind flat?
    boolean isGrouped()
    Is this variant instance of kind grouped?
    static TaskInfos of​(java.util.function.Function<TaskInfos.Builder,​ObjectBuilder<TaskInfos>> fn)  
    void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • _kind

      public final TaskInfos.Kind _kind()
      Description copied from interface: TaggedUnion
      Get the of the kind of variant held by this object.
      Specified by:
      _kind in interface TaggedUnion<TaskInfos.Kind,​java.lang.Object>
      Returns:
      the variant kind
    • _get

      public final java.lang.Object _get()
      Specified by:
      _get in interface TaggedUnion<TaskInfos.Kind,​java.lang.Object>
    • of

      public static TaskInfos of​(java.util.function.Function<TaskInfos.Builder,​ObjectBuilder<TaskInfos>> fn)
    • isFlat

      public boolean isFlat()
      Is this variant instance of kind flat?
    • flat

      public java.util.List<TaskInfo> flat()
      Get the flat variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the flat kind.
    • isGrouped

      public boolean isGrouped()
      Is this variant instance of kind grouped?
    • grouped

      public java.util.Map<java.lang.String,​ParentTaskInfo> grouped()
      Get the grouped variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the grouped kind.
    • serialize

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