Class GetResponse
java.lang.Object
co.elastic.clients.base.DictionaryResponse<java.lang.String,IndexState>
co.elastic.clients.elasticsearch.indices.GetResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class GetResponse extends DictionaryResponse<java.lang.String,IndexState>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetResponse.BuilderBuilder forGetResponse.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<GetResponse>_DESERIALIZERJson deserializer forGetResponse -
Constructor Summary
Constructors Constructor Description GetResponse(GetResponse.Builder builder)GetResponse(java.util.function.Function<GetResponse.Builder,GetResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description protected static voidsetupGetResponseDeserializer(DelegatingDeserializer<GetResponse.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 forGetResponse
-
-
Constructor Details
-
GetResponse
-
GetResponse
-
-
Method Details
-
setupGetResponseDeserializer
-