-
public final class GetMetadataResponseResponse type for the IndexedDBDomain.getMetadata command.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoubleentriesCountprivate final DoublekeyGeneratorValue
-
Constructor Summary
Constructors Constructor Description GetMetadataResponse(Double entriesCount, Double keyGeneratorValue)
-
Method Summary
Modifier and Type Method Description final Doublecomponent1()final Doublecomponent2()final GetMetadataResponsecopy(Double entriesCount, Double keyGeneratorValue)final DoublegetEntriesCount()the entries count final DoublegetKeyGeneratorValue()the current value of key generator, to become the next inserted key into the object store. -
-
Method Detail
-
component1
final Double component1()
-
component2
final Double component2()
-
copy
final GetMetadataResponse copy(Double entriesCount, Double keyGeneratorValue)
-
getEntriesCount
final Double getEntriesCount()
the entries count
-
getKeyGeneratorValue
final Double getKeyGeneratorValue()
the current value of key generator, to become the next inserted key into the object store. Valid if objectStore.autoIncrement is true.
-
-
-
-