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
  • 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
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object