Class StepKey
java.lang.Object
co.elastic.clients.elasticsearch.ilm.move_to_step.StepKey
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<StepKey>
Json deserializer forStepKey
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
action()
The optional action to which the index will be moved.final String
name()
The optional step name to which the index will be moved.static StepKey
final String
phase()
Required - API name:phase
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forStepKey
-
-
Method Details
-
of
-
action
The optional action to which the index will be moved.API name:
action
-
name
The optional step name to which the index will be moved.API name:
name
-
phase
Required - API name:phase
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupStepKeyDeserializer
-