com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class Metered



  • public class Metered
    extends Object
    Provides methods to set metered key.
    • Constructor Detail

      • Metered

        public Metered()
        Initializes a new instance of this class.
    • Method Detail

      • setMeteredKey

        public void setMeteredKey(String publicKey,
                         String privateKey)
                           throws Exception
        Sets metered public and private key
        Parameters:
        publicKey - public key
        privateKey - private key
        Throws:
        Exception
      • getConsumptionQuantity

        public static double getConsumptionQuantity()
                                             throws Exception
        Gets consumption file size
        Returns:
        consumption quantity
        Throws:
        Exception
      • getConsumptionCredit

        public static double getConsumptionCredit()
                                           throws Exception
        Gets consumption credit
        Returns:
        consumption quantity
        Throws:
        Exception