Package ai.vectros.types
Class StorageEntry
java.lang.Object
ai.vectros.types.StorageEntry
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageEntry.Builderbuilder()booleangetBytes()inthashCode()toString()
-
Method Details
-
getBytes
- Returns:
- Bytes stored
-
getEstimatedCredits
- Returns:
- Estimated credits this period for this storage (final billing at cycle end)
-
getEstimatedCreditsMilli
- Returns:
- estimatedCredits in milli-credit precision (exact). Storage credits are computed in whole-credit units today (HUNDRED_MB granularity), so this currently equals estimatedCredits * 1000 — the field is exposed for future-proofing when sub-credit storage rates land.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-