Class NodeReloadResult

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

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

  • Method Details

    • _kind

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

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

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

      public boolean isError()
      Is this variant instance of kind error?
    • error

      public NodeReloadError error()
      Get the error variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the error kind.
    • isStats

      public boolean isStats()
      Is this variant instance of kind stats?
    • stats

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