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