Class GetIndicesSettingsResponse
java.lang.Object
org.opensearch.client.transport.endpoints.DictionaryResponse<String,IndexState>
org.opensearch.client.opensearch.indices.GetIndicesSettingsResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class GetIndicesSettingsResponse
extends DictionaryResponse<String,IndexState>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse
DictionaryResponse.AbstractBuilder<TKey,TValue, BuilderT extends DictionaryResponse.AbstractBuilder<TKey, TValue, BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetIndicesSettingsResponse> Json deserializer forGetIndicesSettingsResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic GetIndicesSettingsResponseprotected static voidsetupGetIndicesSettingsResponseDeserializer(ObjectDeserializer<GetIndicesSettingsResponse.Builder> op) Methods inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse
equals, get, hashCode, result, serialize, serializeInternal, setupDictionaryResponseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Field Details
-
_DESERIALIZER
Json deserializer forGetIndicesSettingsResponse
-
-
Method Details
-
of
public static GetIndicesSettingsResponse of(Function<GetIndicesSettingsResponse.Builder, ObjectBuilder<GetIndicesSettingsResponse>> fn) -
setupGetIndicesSettingsResponseDeserializer
protected static void setupGetIndicesSettingsResponseDeserializer(ObjectDeserializer<GetIndicesSettingsResponse.Builder> op)
-