Class CreatedStatus
java.lang.Object
co.elastic.clients.elasticsearch.security.CreatedStatus
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class CreatedStatus extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreatedStatus.BuilderBuilder forCreatedStatus. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CreatedStatus>_DESERIALIZERJson deserializer forCreatedStatus -
Constructor Summary
Constructors Constructor Description CreatedStatus(CreatedStatus.Builder builder)CreatedStatus(java.util.function.Function<CreatedStatus.Builder,CreatedStatus.Builder> fn) -
Method Summary
Modifier and Type Method Description booleancreated()Required - API name:createdvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupCreatedStatusDeserializer(DelegatingDeserializer<CreatedStatus.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forCreatedStatus
-
-
Constructor Details
-
CreatedStatus
-
CreatedStatus
-
-
Method Details
-
created
public boolean created()Required - API name:created -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupCreatedStatusDeserializer
protected static void setupCreatedStatusDeserializer(DelegatingDeserializer<CreatedStatus.Builder> op)
-