Class GetIndicesSettingsResponse
- java.lang.Object
-
- org.opensearch.client.transport.endpoints.DictionaryResponse<java.lang.String,IndexState>
-
- org.opensearch.client.opensearch.indices.GetIndicesSettingsResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetIndicesSettingsResponse extends DictionaryResponse<java.lang.String,IndexState>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetIndicesSettingsResponse.BuilderBuilder forGetIndicesSettingsResponse.-
Nested classes/interfaces inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse
DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT extends DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetIndicesSettingsResponse>_DESERIALIZERJson deserializer forGetIndicesSettingsResponse
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetIndicesSettingsResponseof(java.util.function.Function<GetIndicesSettingsResponse.Builder,ObjectBuilder<GetIndicesSettingsResponse>> fn)protected static voidsetupGetIndicesSettingsResponseDeserializer(ObjectDeserializer<GetIndicesSettingsResponse.Builder> op)-
Methods inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse
get, result, serialize, serializeInternal, setupDictionaryResponseDeserializer
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<GetIndicesSettingsResponse> _DESERIALIZER
Json deserializer forGetIndicesSettingsResponse
-
-
Method Detail
-
of
public static GetIndicesSettingsResponse of(java.util.function.Function<GetIndicesSettingsResponse.Builder,ObjectBuilder<GetIndicesSettingsResponse>> fn)
-
setupGetIndicesSettingsResponseDeserializer
protected static void setupGetIndicesSettingsResponseDeserializer(ObjectDeserializer<GetIndicesSettingsResponse.Builder> op)
-
-