Class AllocationResponse
java.lang.Object
org.opensearch.client.opensearch.cat.AllocationResponse
- All Implemented Interfaces:
ToJsonp
public final class AllocationResponse extends java.lang.Object implements ToJsonp
-
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>DESERIALIZERJson deserializer for AllocationResponse -
Constructor Summary
Constructors Modifier Constructor Description protectedAllocationResponse(AllocationResponse.Builder builder) -
Method Summary
Modifier and Type Method Description protected static voidsetupAllocationResponseDeserializer(DelegatingDeserializer<AllocationResponse.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this value to JSON.java.util.List<AllocationRecord>value()Response value.
-
Field Details
-
DESERIALIZER
Json deserializer for AllocationResponse
-
-
Constructor Details
-
Method Details
-
value
Response value. API name:value -
toJsonp
Serialize this value to JSON. -
setupAllocationResponseDeserializer
protected static void setupAllocationResponseDeserializer(DelegatingDeserializer<AllocationResponse.Builder> op)
-