Class GetNodeStatsResponse
java.lang.Object
org.opensearch.client.opensearch.nodes.NodesResponseBase
org.opensearch.client.opensearch.search_relevance.GetNodeStatsResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<GetNodeStatsResponse.Builder,GetNodeStatsResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class GetNodeStatsResponse
extends NodesResponseBase
implements ToCopyableBuilder<GetNodeStatsResponse.Builder,GetNodeStatsResponse>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch.nodes.NodesResponseBase
NodesResponseBase.AbstractBuilder<BuilderT extends NodesResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetNodeStatsResponse> Json deserializer forGetNodeStatsResponse -
Method Summary
Modifier and TypeMethodDescriptionallNodes()API name:all_nodesstatic GetNodeStatsResponse.Builderbuilder()final StringAPI name:cluster_namebooleaninthashCode()info()API name:infonodes()Required - API name:nodesstatic GetNodeStatsResponseprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch.nodes.NodesResponseBase
nodeStats, serialize, setupNodesResponseBaseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forGetNodeStatsResponse
-
-
Method Details
-
of
public static GetNodeStatsResponse of(Function<GetNodeStatsResponse.Builder, ObjectBuilder<GetNodeStatsResponse>> fn) -
allNodes
API name:all_nodes -
clusterName
API name:cluster_name -
info
API name:info -
nodes
Required - API name:nodes -
serializeInternal
- Overrides:
serializeInternalin classNodesResponseBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetNodeStatsResponse.Builder,GetNodeStatsResponse> - Returns:
- a new builder instance.
-
builder
-
setupGetNodeStatsResponseDeserializer
protected static void setupGetNodeStatsResponseDeserializer(ObjectDeserializer<GetNodeStatsResponse.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classNodesResponseBase
-
equals
- Overrides:
equalsin classNodesResponseBase
-