Class WaitForActiveShards

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

@JsonpDeserializable
public class WaitForActiveShards
extends java.lang.Object
implements TaggedUnion<WaitForActiveShards.Kind,​java.lang.Object>, JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • _kind

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

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

      public java.lang.String _toJsonString()
    • of

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

      public boolean isOption()
      Is this variant instance of kind option?
    • option

      public WaitForActiveShardOptions option()
      Get the option variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the option kind.
    • isCount

      public boolean isCount()
      Is this variant instance of kind count?
    • count

      public java.lang.Integer count()
      Get the count variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the count 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