Class StepKey
java.lang.Object
co.elastic.clients.elasticsearch.ilm.move_to_step.StepKey
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class StepKey extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStepKey.BuilderBuilder forStepKey. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<StepKey>_DESERIALIZERJson deserializer forStepKey -
Constructor Summary
Constructors Constructor Description StepKey(StepKey.Builder builder)StepKey(java.util.function.Function<StepKey.Builder,StepKey.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringaction()Required - API name:actionjava.lang.Stringname()Required - API name:namejava.lang.Stringphase()Required - API name:phasevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupStepKeyDeserializer(DelegatingDeserializer<StepKey.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forStepKey
-
-
Constructor Details
-
StepKey
-
StepKey
-
-
Method Details
-
action
public java.lang.String action()Required - API name:action -
name
public java.lang.String name()Required - API name:name -
phase
public java.lang.String phase()Required - API name:phase -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupStepKeyDeserializer
-