Class ResponseBase
java.lang.Object
co.elastic.clients.elasticsearch.nodes.NodesResponseBase
co.elastic.clients.elasticsearch.nodes.get_repositories_metering_info.ResponseBase
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
GetRepositoriesMeteringInfoResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - Name of the cluster.nodes()Required - Contains repositories metering information for the nodes selected by the request.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends ResponseBase.AbstractBuilder<BuilderT>>
voidsetupResponseBaseDeserializer(ObjectDeserializer<BuilderT> op) Methods inherited from class co.elastic.clients.elasticsearch.nodes.NodesResponseBase
nodeStats, serialize, setupNodesResponseBaseDeserializer, toString
-
Constructor Details
-
ResponseBase
-
-
Method Details
-
clusterName
Required - Name of the cluster. Based on thecluster.namesetting.API name:
cluster_name -
nodes
Required - Contains repositories metering information for the nodes selected by the request.API name:
nodes -
serializeInternal
- Overrides:
serializeInternalin classNodesResponseBase
-
setupResponseBaseDeserializer
protected static <BuilderT extends ResponseBase.AbstractBuilder<BuilderT>> void setupResponseBaseDeserializer(ObjectDeserializer<BuilderT> op)
-