Class PutClusterSettingsResponse
- java.lang.Object
-
- org.opensearch.client.opensearch.cluster.PutClusterSettingsResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class PutClusterSettingsResponse extends java.lang.Object implements JsonpSerializable
-
-
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
All Methods Static Methods Instance Methods Concrete Methods 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.util.Map<java.lang.String,JsonData>transient_()Required - API name:transient
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<PutClusterSettingsResponse> _DESERIALIZER
Json deserializer forPutClusterSettingsResponse
-
-
Method Detail
-
of
public static PutClusterSettingsResponse of(java.util.function.Function<PutClusterSettingsResponse.Builder,ObjectBuilder<PutClusterSettingsResponse>> fn)
-
acknowledged
public final boolean acknowledged()
Required - API name:acknowledged
-
persistent
public final java.util.Map<java.lang.String,JsonData> persistent()
Required - API name:persistent
-
transient_
public final java.util.Map<java.lang.String,JsonData> transient_()
Required - API name:transient
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupPutClusterSettingsResponseDeserializer
protected static void setupPutClusterSettingsResponseDeserializer(ObjectDeserializer<PutClusterSettingsResponse.Builder> op)
-
-