Class AllocationResponse
java.lang.Object
co.elastic.clients.elasticsearch.cat.AllocationResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static JsonpDeserializer<AllocationResponse>
static AllocationResponse
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this value to JSON.toString()
final List<AllocationRecord>
Required - Response value.
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
of
public static AllocationResponse of(Function<AllocationResponse.Builder, ObjectBuilder<AllocationResponse>> fn) -
valueBody
Required - Response value. -
serialize
Serialize this value to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
toString
-
createAllocationResponseDeserializer
-