Class ShardsOperationResponseBase
java.lang.Object
co.elastic.clients.elasticsearch._types.ShardsOperationResponseBase
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
ClearCacheResponse,FlushResponse,ForcemergeResponse,RefreshResponse
public abstract class ShardsOperationResponseBase extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classShardsOperationResponseBase.AbstractBuilder<BuilderT extends ShardsOperationResponseBase.AbstractBuilder<BuilderT>> -
Constructor Summary
Constructors Modifier Constructor Description protectedShardsOperationResponseBase(ShardsOperationResponseBase.AbstractBuilder<?> builder) -
Method Summary
Modifier and Type Method Description voidserialize(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>>
voidsetupShardsOperationResponseBaseDeserializer(ObjectDeserializer<BuilderT> op)ShardStatisticsshards()Required - API name:_shardsjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ShardsOperationResponseBase
-
-
Method Details
-
shards
Required - API name:_shards -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupShardsOperationResponseBaseDeserializer
protected static <BuilderT extends ShardsOperationResponseBase.AbstractBuilder<BuilderT>> void setupShardsOperationResponseBaseDeserializer(ObjectDeserializer<BuilderT> op)
-