Class IndicesStatsResponse
java.lang.Object
org.opensearch.client.opensearch.indices.IndicesStatsResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<IndicesStatsResponse.Builder,IndicesStatsResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class IndicesStatsResponse
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<IndicesStatsResponse.Builder,IndicesStatsResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndicesStatsResponse> Json deserializer forIndicesStatsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal AllIndicesStatsall()Required - API name:_allstatic IndicesStatsResponse.Builderbuilder()booleaninthashCode()final Map<String, IndicesStats> indices()API name:indicesstatic IndicesStatsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ShardStatisticsshards()Required - API name:_shardsCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods 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 forIndicesStatsResponse
-
-
Method Details
-
of
public static IndicesStatsResponse of(Function<IndicesStatsResponse.Builder, ObjectBuilder<IndicesStatsResponse>> fn) -
all
Required - API name:_all -
indices
API name:indices -
shards
Required - API name:_shards -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<IndicesStatsResponse.Builder,IndicesStatsResponse> - Returns:
- a new builder instance.
-
builder
-
setupIndicesStatsResponseDeserializer
protected static void setupIndicesStatsResponseDeserializer(ObjectDeserializer<IndicesStatsResponse.Builder> op) -
hashCode
public int hashCode() -
equals
-