Class ShardsResponse
java.lang.Object
org.opensearch.client.opensearch.cat.ShardsResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ShardsResponse.Builder,ShardsResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ShardsResponse
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ShardsResponse.Builder,ShardsResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ShardsResponse.Builderbuilder()protected static JsonpDeserializer<ShardsResponse> static ShardsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this value to JSON.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.final List<ShardsRecord> Required - Response value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
of
-
valueBody
Required - Response value. -
serialize
Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ShardsResponse.Builder,ShardsResponse> - Returns:
- a new builder instance.
-
builder
-
createShardsResponseDeserializer
-