Class ShardsResponse
java.lang.Object
co.elastic.clients.elasticsearch.cat.ShardsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ShardsResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShardsResponse.BuilderBuilder forShardsResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ShardsResponse>_DESERIALIZER -
Method Summary
Modifier and Type Method Description protected static JsonpDeserializer<ShardsResponse>createShardsResponseDeserializer()static ShardsResponseof(java.util.function.Function<ShardsResponse.Builder,ObjectBuilder<ShardsResponse>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this value to JSON.java.util.List<ShardsRecord>valueBody()Required - Response value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
of
public static ShardsResponse of(java.util.function.Function<ShardsResponse.Builder,ObjectBuilder<ShardsResponse>> fn) -
valueBody
Required - Response value.API name:
_value_body -
serialize
Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
createShardsResponseDeserializer
-