Package ai.vectros.types
Class DataOut
java.lang.Object
ai.vectros.types.DataOut
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DataOut.Builderbuilder()booleangetBytes()inthashCode()toString()
-
Method Details
-
getBytes
- Returns:
- Total response bytes egressed this period (reads + payload GETs + search + downloads)
-
getFreeBytes
- Returns:
- Included free data-out bytes for your plan this period. Null means unlimited.
-
getOverageBytes
- Returns:
- Bytes beyond the free allowance (billed at the data-out rate)
-
getOverageCredits
- Returns:
- Credits charged for data-out overage (rounded down)
-
getOverageCreditsMilli
- Returns:
- overageCredits in milli-credit precision (exact)
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-