Class StoreDetails
java.lang.Object
org.opensearch.client.opensearch.ltr.StoreDetails
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<StoreDetails.Builder,StoreDetails>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class StoreDetails
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<StoreDetails.Builder,StoreDetails>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<StoreDetails> Json deserializer forStoreDetails -
Method Summary
Modifier and TypeMethodDescriptionstatic StoreDetails.Builderbuilder()counts()Count statistics for this store.booleaninthashCode()final Stringindex()The index name for this store.static StoreDetailsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringstore()The name of the store.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.final Integerversion()Store version.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 forStoreDetails
-
-
Method Details
-
of
-
counts
Count statistics for this store.API name:
counts -
index
The index name for this store.API name:
index -
store
The name of the store.API name:
store -
version
Store version.API name:
version -
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<StoreDetails.Builder,StoreDetails> - Returns:
- a new builder instance.
-
builder
-
setupStoreDetailsDeserializer
-
hashCode
public int hashCode() -
equals
-