Class DataOut

java.lang.Object
ai.vectros.types.DataOut

public final class DataOut extends Object
  • Method Details

    • getBytes

      public Optional<Long> getBytes()
      Returns:
      Total response bytes egressed this period (reads + payload GETs + search + downloads)
    • getFreeBytes

      public Optional<Long> getFreeBytes()
      Returns:
      Included free data-out bytes for your plan this period. Null means unlimited.
    • getOverageBytes

      public Optional<Long> getOverageBytes()
      Returns:
      Bytes beyond the free allowance (billed at the data-out rate)
    • getOverageCredits

      public Optional<Long> getOverageCredits()
      Returns:
      Credits charged for data-out overage (rounded down)
    • getOverageCreditsMilli

      public Optional<Long> getOverageCreditsMilli()
      Returns:
      overageCredits in milli-credit precision (exact)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static DataOut.Builder builder()