Class GetWatcherSettingsResponse
java.lang.Object
co.elastic.clients.elasticsearch.watcher.GetWatcherSettingsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetWatcherSettingsResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetWatcherSettingsResponse>Json deserializer forGetWatcherSettingsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal IndexSettingsindex()Required - API name:indexstatic GetWatcherSettingsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupGetWatcherSettingsResponseDeserializer(ObjectDeserializer<GetWatcherSettingsResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetWatcherSettingsResponse
-
-
Method Details
-
of
public static GetWatcherSettingsResponse of(Function<GetWatcherSettingsResponse.Builder, ObjectBuilder<GetWatcherSettingsResponse>> fn) -
index
Required - API name:index -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetWatcherSettingsResponseDeserializer
protected static void setupGetWatcherSettingsResponseDeserializer(ObjectDeserializer<GetWatcherSettingsResponse.Builder> op)
-