Class PutClusterSettingsResponse
java.lang.Object
co.elastic.clients.elasticsearch.cluster.PutClusterSettingsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class PutClusterSettingsResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutClusterSettingsResponse.BuilderBuilder forPutClusterSettingsResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PutClusterSettingsResponse>_DESERIALIZERJson deserializer forPutClusterSettingsResponse -
Method Summary
Modifier and Type Method Description booleanacknowledged()Required - API name:acknowledgedstatic PutClusterSettingsResponseof(java.util.function.Function<PutClusterSettingsResponse.Builder,ObjectBuilder<PutClusterSettingsResponse>> fn)java.util.Map<java.lang.String,JsonData>persistent()Required - 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)java.lang.StringtoString()java.util.Map<java.lang.String,JsonData>transient_()Required - API name:transientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPutClusterSettingsResponse
-
-
Method Details
-
of
public static PutClusterSettingsResponse of(java.util.function.Function<PutClusterSettingsResponse.Builder,ObjectBuilder<PutClusterSettingsResponse>> fn) -
acknowledged
public final boolean acknowledged()Required - API name:acknowledged -
persistent
Required - API name:persistent -
transient_
Required - API name:transient -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupPutClusterSettingsResponseDeserializer
protected static void setupPutClusterSettingsResponseDeserializer(ObjectDeserializer<PutClusterSettingsResponse.Builder> op)
-