Class RevAiAccount

    • Constructor Detail

      • RevAiAccount

        public RevAiAccount()
    • Method Detail

      • getEmail

        public String getEmail()
        Returns a String containing the account email.
        Returns:
        A String containing the account email.
      • setEmail

        public void setEmail​(String email)
        Sets the email value.
        Parameters:
        email - The String value to set as the email.
      • getBalanceSeconds

        public Integer getBalanceSeconds()
        Returns the remaining number of credits in seconds that can be used on the account.
        Returns:
        The number of seconds remaining on the account.
      • setBalanceSeconds

        public void setBalanceSeconds​(Integer balanceSeconds)
        Sets the balanceSeconds value. This cannot be used to affect the actual number of credits remaining.
        Parameters:
        balanceSeconds - The Integer value to set as the balanceSeconds.