-
public final class PassioTokenBudget
-
-
Field Summary
Fields Modifier and Type Field Description private final StringapiNameprivate final IntegertokensUsedprivate final LongperiodUsageprivate final LongbudgetCap
-
Constructor Summary
Constructors Constructor Description PassioTokenBudget(String apiName, Integer tokensUsed, Long periodUsage, Long budgetCap)
-
Method Summary
Modifier and Type Method Description final StringgetApiName()final IntegergetTokensUsed()final LonggetPeriodUsage()final LonggetBudgetCap()final FloatusedPercent()-
-
Method Detail
-
getApiName
final String getApiName()
-
getTokensUsed
final Integer getTokensUsed()
-
getPeriodUsage
final Long getPeriodUsage()
-
getBudgetCap
final Long getBudgetCap()
-
usedPercent
final Float usedPercent()
-
-
-
-