Class AccountInfo

java.lang.Object
ai.webscraping.result.AccountInfo

public final class AccountInfo extends Object
Account quota information returned by GET /account.
  • Constructor Details

    • AccountInfo

      public AccountInfo(String email, long remainingApiCalls, Long resumesAt, String concurrencyLimit, String creditsPerMonth)
  • Method Details

    • getEmail

      public String getEmail()
    • getRemainingApiCalls

      public long getRemainingApiCalls()
    • getResumesAt

      public Long getResumesAt()
      Unix-time (seconds) when API credits refill, or null.
    • getConcurrencyLimit

      public String getConcurrencyLimit()
    • getCreditsPerMonth

      public String getCreditsPerMonth()
    • toString

      public String toString()
      Overrides:
      toString in class Object