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 SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetWatcherSettingsResponse>Json deserializer forGetWatcherSettingsResponse
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forGetWatcherSettingsResponse
 
- 
- 
Method Details- 
ofpublic static GetWatcherSettingsResponse of(Function<GetWatcherSettingsResponse.Builder, ObjectBuilder<GetWatcherSettingsResponse>> fn) 
- 
indexRequired - API name:index
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupGetWatcherSettingsResponseDeserializerprotected static void setupGetWatcherSettingsResponseDeserializer(ObjectDeserializer<GetWatcherSettingsResponse.Builder> op) 
 
-