Class PostResponse
java.lang.Object
co.elastic.clients.elasticsearch.license.PostResponse
- All Implemented Interfaces:
AcknowledgedResponse,JsonpSerializable
@JsonpDeserializable
public class PostResponse
extends Object
implements AcknowledgedResponse, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PostResponse>Json deserializer forPostResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal AcknowledgementAPI name:acknowledgefinal booleanRequired - API name:acknowledgedfinal LicenseStatusRequired - API name:license_statusstatic PostResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPostResponse
-
-
Method Details
-
of
-
acknowledge
API name:acknowledge -
acknowledged
public final boolean acknowledged()Required - API name:acknowledged- Specified by:
acknowledgedin interfaceAcknowledgedResponse
-
licenseStatus
Required - API name:license_status -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPostResponseDeserializer
-