Class RunUsage


  • public final class RunUsage
    extends java.lang.Object
    • Method Detail

      • getCredits

        public double getCredits()
        Returns:
        The credits consumed by this run. For most run types this is the line item for the run's own work; for workflow_run this is the aggregate across all child runs.
      • getTotalCredits

        public java.util.Optional<java.lang.Double> getTotalCredits()
        Returns:
        The total credits accounted for under this run, including any other runs it was responsible for creating. For example, an extract run on a fresh upload triggers a parse run, so totalCredits includes both line items. For runs that didn't trigger any other work — like parse_run, edit_run and workflow_runtotalCredits equals credits.

        Availability: Present on runs persisted on or after May 14, 2026. Runs persisted before that date will omit this field.

      • getBreakdown

        public java.util.Optional<java.util.List<RunUsageBreakdownEntry>> getBreakdown()
        Returns:
        The chargeable resources that make up totalCredits, including this run itself when it has its own line item. For workflow_run, lists every contributing child run sorted by creation time (the workflow itself isn't chargeable and has no line item).

        Availability: Present on runs persisted on or after May 14, 2026. Runs persisted before that date will omit this field.

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object