java.lang.Object
co.elastic.clients.elasticsearch.ilm.move_to_step.StepKey
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class StepKey extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • action

      @Nullable public final String action()
      The optional action to which the index will be moved.

      API name: action

    • name

      @Nullable public final String name()
      The optional step name to which the index will be moved.

      API name: name

    • phase

      public final String phase()
      Required - API name: phase
    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupStepKeyDeserializer

      protected static void setupStepKeyDeserializer(ObjectDeserializer<StepKey.Builder> op)