Class PutClusterSettingsResponse
java.lang.Object
co.elastic.clients.elasticsearch.cluster.PutClusterSettingsResponse
- All Implemented Interfaces:
AcknowledgedResponse,JsonpSerializable
@JsonpDeserializable
public class PutClusterSettingsResponse
extends Object
implements AcknowledgedResponse, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PutClusterSettingsResponse>Json deserializer forPutClusterSettingsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanRequired - API name:acknowledgedstatic PutClusterSettingsResponseRequired - 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 voidsetupPutClusterSettingsResponseDeserializer(ObjectDeserializer<PutClusterSettingsResponse.Builder> op) toString()Required - API name:transient
-
Field Details
-
_DESERIALIZER
Json deserializer forPutClusterSettingsResponse
-
-
Method Details
-
of
public static PutClusterSettingsResponse of(Function<PutClusterSettingsResponse.Builder, ObjectBuilder<PutClusterSettingsResponse>> fn) -
acknowledged
public final boolean acknowledged()Required - API name:acknowledged- Specified by:
acknowledgedin interfaceAcknowledgedResponse
-
persistent
Required - API name:persistent -
transient_
Required - API name:transient -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPutClusterSettingsResponseDeserializer
protected static void setupPutClusterSettingsResponseDeserializer(ObjectDeserializer<PutClusterSettingsResponse.Builder> op)
-