Class GetIndexResponse
- java.lang.Object
-
- org.opensearch.client.transport.endpoints.DictionaryResponse<java.lang.String,IndexState>
-
- org.opensearch.client.opensearch.indices.GetIndexResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public 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 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<GetIndexResponse>_DESERIALIZERJson deserializer forGetIndexResponse
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetIndexResponseof(java.util.function.Function<GetIndexResponse.Builder,ObjectBuilder<GetIndexResponse>> fn)protected static voidsetupGetIndexResponseDeserializer(ObjectDeserializer<GetIndexResponse.Builder> op)-
Methods inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse
get, result, serialize, serializeInternal, setupDictionaryResponseDeserializer
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<GetIndexResponse> _DESERIALIZER
Json deserializer forGetIndexResponse
-
-
Method Detail
-
of
public static GetIndexResponse of(java.util.function.Function<GetIndexResponse.Builder,ObjectBuilder<GetIndexResponse>> fn)
-
setupGetIndexResponseDeserializer
protected static void setupGetIndexResponseDeserializer(ObjectDeserializer<GetIndexResponse.Builder> op)
-
-