Class NodeAttributesResponse
java.lang.Object
org.opensearch.client.opensearch.cat.NodeAttributesResponse
- All Implemented Interfaces:
ToJsonp
public final class NodeAttributesResponse extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeAttributesResponse.BuilderBuilder forNodeAttributesResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NodeAttributesResponse>DESERIALIZERJson deserializer for NodeAttributesResponse -
Constructor Summary
Constructors Modifier Constructor Description protectedNodeAttributesResponse(NodeAttributesResponse.Builder builder) -
Method Summary
Modifier and Type Method Description protected static voidsetupNodeAttributesResponseDeserializer(DelegatingDeserializer<NodeAttributesResponse.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this value to JSON.java.util.List<NodeAttributesRecord>value()Response value.
-
Field Details
-
DESERIALIZER
Json deserializer for NodeAttributesResponse
-
-
Constructor Details
-
Method Details
-
value
Response value. API name:value -
toJsonp
Serialize this value to JSON. -
setupNodeAttributesResponseDeserializer
protected static void setupNodeAttributesResponseDeserializer(DelegatingDeserializer<NodeAttributesResponse.Builder> op)
-