Class PostStartBasicResponse
java.lang.Object
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
co.elastic.clients.elasticsearch.license.PostStartBasicResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class PostStartBasicResponse extends AcknowledgedResponseBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostStartBasicResponse.BuilderBuilder forPostStartBasicResponse.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
AcknowledgedResponseBase.AbstractBuilder<BuilderT extends AcknowledgedResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PostStartBasicResponse>_DESERIALIZERJson deserializer forPostStartBasicResponse -
Constructor Summary
Constructors Constructor Description PostStartBasicResponse(PostStartBasicResponse.Builder builder)PostStartBasicResponse(java.util.function.Function<PostStartBasicResponse.Builder,PostStartBasicResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<java.lang.String>>acknowledge()Required - API name:acknowledgebooleanbasicWasStarted()Required - API name:basic_was_startedjava.lang.StringerrorMessage()Required - API name:error_messageprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupPostStartBasicResponseDeserializer(DelegatingDeserializer<PostStartBasicResponse.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
acknowledged, serialize, setupAcknowledgedResponseBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPostStartBasicResponse
-
-
Constructor Details
-
PostStartBasicResponse
-
PostStartBasicResponse
public PostStartBasicResponse(java.util.function.Function<PostStartBasicResponse.Builder,PostStartBasicResponse.Builder> fn)
-
-
Method Details
-
acknowledge
public java.util.Map<java.lang.String,java.util.List<java.lang.String>> acknowledge()Required - API name:acknowledge -
basicWasStarted
public boolean basicWasStarted()Required - API name:basic_was_started -
errorMessage
public java.lang.String errorMessage()Required - API name:error_message -
serializeInternal
- Overrides:
serializeInternalin classAcknowledgedResponseBase
-
setupPostStartBasicResponseDeserializer
protected static void setupPostStartBasicResponseDeserializer(DelegatingDeserializer<PostStartBasicResponse.Builder> op)
-