Class GetIndicesSettingsResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.GetIndicesSettingsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetIndicesSettingsResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetIndicesSettingsResponse.BuilderBuilder forGetIndicesSettingsResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetIndicesSettingsResponse>_DESERIALIZER -
Method Summary
Modifier and Type Method Description protected static JsonpDeserializer<GetIndicesSettingsResponse>createGetIndicesSettingsResponseDeserializer()IndexStateget(java.lang.String key)Get an element ofresult.static GetIndicesSettingsResponseof(java.util.function.Function<GetIndicesSettingsResponse.Builder,ObjectBuilder<GetIndicesSettingsResponse>> fn)java.util.Map<java.lang.String,IndexState>result()Required - Response value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this value to JSON.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
of
public static GetIndicesSettingsResponse of(java.util.function.Function<GetIndicesSettingsResponse.Builder,ObjectBuilder<GetIndicesSettingsResponse>> fn) -
result
Required - Response value.API name:
_value_body -
get
Get an element ofresult. -
serialize
Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
createGetIndicesSettingsResponseDeserializer
protected static JsonpDeserializer<GetIndicesSettingsResponse> createGetIndicesSettingsResponseDeserializer()
-