Package ai.webscraping.result
Class AccountInfo
java.lang.Object
ai.webscraping.result.AccountInfo
Account quota information returned by
GET /account.-
Constructor Summary
ConstructorsConstructorDescriptionAccountInfo(String email, long remainingApiCalls, Long resetsAt, Integer remainingConcurrency) -
Method Summary
-
Constructor Details
-
AccountInfo
-
-
Method Details
-
getEmail
The account's email address. -
getRemainingApiCalls
public long getRemainingApiCalls()Number of API calls remaining in the current billing period. -
getResetsAt
Unix-time (seconds) when the API-call allowance resets, ornull. -
getRemainingConcurrency
Number of concurrent requests still available, ornull. -
toString
-