Class PostStartBasicResponse
java.lang.Object
co.elastic.clients.elasticsearch.license.PostStartBasicResponse
- All Implemented Interfaces:
AcknowledgedResponse,JsonpSerializable
@JsonpDeserializable
public class PostStartBasicResponse
extends Object
implements AcknowledgedResponse, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PostStartBasicResponse>Json deserializer forPostStartBasicResponse -
Method Summary
Modifier and TypeMethodDescriptionAPI name:acknowledgefinal booleanRequired - API name:acknowledgedfinal booleanRequired - API name:basic_was_startedfinal StringAPI name:error_messagestatic PostStartBasicResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final LicenseTypetype()API name:type
-
Field Details
-
_DESERIALIZER
Json deserializer forPostStartBasicResponse
-
-
Method Details
-
of
public static PostStartBasicResponse of(Function<PostStartBasicResponse.Builder, ObjectBuilder<PostStartBasicResponse>> fn) -
acknowledged
public final boolean acknowledged()Required - API name:acknowledged- Specified by:
acknowledgedin interfaceAcknowledgedResponse
-
basicWasStarted
public final boolean basicWasStarted()Required - API name:basic_was_started -
errorMessage
API name:error_message -
type
API name:type -
acknowledge
API name:acknowledge -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPostStartBasicResponseDeserializer
protected static void setupPostStartBasicResponseDeserializer(ObjectDeserializer<PostStartBasicResponse.Builder> op)
-