Class GetLifecycleResponse
java.lang.Object
co.elastic.clients.transport.endpoints.DictionaryResponse<java.lang.String,SnapshotLifecycle>
co.elastic.clients.elasticsearch.slm.GetLifecycleResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetLifecycleResponse extends DictionaryResponse<java.lang.String,SnapshotLifecycle>
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetLifecycleResponse.BuilderBuilder forGetLifecycleResponse.Nested classes/interfaces inherited from class co.elastic.clients.transport.endpoints.DictionaryResponse
DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT extends DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetLifecycleResponse>_DESERIALIZERJson deserializer forGetLifecycleResponse -
Method Summary
Modifier and Type Method Description static GetLifecycleResponseof(java.util.function.Function<GetLifecycleResponse.Builder,ObjectBuilder<GetLifecycleResponse>> fn)protected static voidsetupGetLifecycleResponseDeserializer(ObjectDeserializer<GetLifecycleResponse.Builder> op)Methods inherited from class co.elastic.clients.transport.endpoints.DictionaryResponse
get, result, serialize, serializeInternal, setupDictionaryResponseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGetLifecycleResponse
-
-
Method Details
-
of
public static GetLifecycleResponse of(java.util.function.Function<GetLifecycleResponse.Builder,ObjectBuilder<GetLifecycleResponse>> fn) -
setupGetLifecycleResponseDeserializer
protected static void setupGetLifecycleResponseDeserializer(ObjectDeserializer<GetLifecycleResponse.Builder> op)
-