Class StepKey
java.lang.Object
co.elastic.clients.elasticsearch.ilm.move_to_step.StepKey
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class StepKey extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description java.lang.Stringaction()Required - API name:actionjava.lang.Stringname()Required - API name:namestatic StepKeyof(java.util.function.Function<StepKey.Builder,ObjectBuilder<StepKey>> fn)java.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(ObjectDeserializer<StepKey.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forStepKey
-
-
Method Details
-
of
-
action
public final java.lang.String action()Required - API name:action -
name
public final java.lang.String name()Required - API name:name -
phase
public final java.lang.String phase()Required - API name:phase -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupStepKeyDeserializer
-