Class GetClusterSettingsResponse
java.lang.Object
co.elastic.clients.elasticsearch.cluster.GetClusterSettingsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetClusterSettingsResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetClusterSettingsResponse>Json deserializer forGetClusterSettingsResponse -
Method Summary
Modifier and TypeMethodDescriptiondefaults()API name:defaultsstatic GetClusterSettingsResponseRequired - API name:persistentvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupGetClusterSettingsResponseDeserializer(ObjectDeserializer<GetClusterSettingsResponse.Builder> op) toString()Required - API name:transient
-
Field Details
-
_DESERIALIZER
Json deserializer forGetClusterSettingsResponse
-
-
Method Details
-
of
public static GetClusterSettingsResponse of(Function<GetClusterSettingsResponse.Builder, ObjectBuilder<GetClusterSettingsResponse>> fn) -
persistent
Required - API name:persistent -
transient_
Required - API name:transient -
defaults
API name:defaults -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetClusterSettingsResponseDeserializer
protected static void setupGetClusterSettingsResponseDeserializer(ObjectDeserializer<GetClusterSettingsResponse.Builder> op)
-