Class GetIndexResponse
java.lang.Object
co.elastic.clients.base.DictionaryResponse<java.lang.String,IndexState>
co.elastic.clients.elasticsearch.indices.GetIndexResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class GetIndexResponse extends DictionaryResponse<java.lang.String,IndexState>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetIndexResponse.BuilderBuilder forGetIndexResponse.Nested classes/interfaces inherited from class co.elastic.clients.base.DictionaryResponse
DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT extends DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetIndexResponse>_DESERIALIZERJson deserializer forGetIndexResponse -
Constructor Summary
Constructors Constructor Description GetIndexResponse(GetIndexResponse.Builder builder)GetIndexResponse(java.util.function.Function<GetIndexResponse.Builder,GetIndexResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description protected static voidsetupGetIndexResponseDeserializer(DelegatingDeserializer<GetIndexResponse.Builder> op)Methods inherited from class co.elastic.clients.base.DictionaryResponse
get, result, serialize, serializeInternal, setupDictionaryResponseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGetIndexResponse
-
-
Constructor Details
-
GetIndexResponse
-
GetIndexResponse
public GetIndexResponse(java.util.function.Function<GetIndexResponse.Builder,GetIndexResponse.Builder> fn)
-
-
Method Details
-
setupGetIndexResponseDeserializer
protected static void setupGetIndexResponseDeserializer(DelegatingDeserializer<GetIndexResponse.Builder> op)
-