Class ShardsOperationResponseBase
java.lang.Object
co.elastic.clients.elasticsearch._types.ShardsOperationResponseBase
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
ClearCacheResponse,FlushResponse,ForceMergeResponseBody,RefreshResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classShardsOperationResponseBase.AbstractBuilder<BuilderT extends ShardsOperationResponseBase.AbstractBuilder<BuilderT>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends ShardsOperationResponseBase.AbstractBuilder<BuilderT>>
voidfinal ShardStatisticsshards()Required - API name:_shardstoString()
-
Constructor Details
-
ShardsOperationResponseBase
-
-
Method Details
-
shards
Required - API name:_shards -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupShardsOperationResponseBaseDeserializer
protected static <BuilderT extends ShardsOperationResponseBase.AbstractBuilder<BuilderT>> void setupShardsOperationResponseBaseDeserializer(ObjectDeserializer<BuilderT> op)
-