com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class Metered

  • java.lang.Object
    • com.aspose.slides.Metered
  • All Implemented Interfaces:
    IMetered


    public class Metered
    extends java.lang.Object
    implements IMetered
    Provides methods to set metered key.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Metered()
      Initializes a new instance of this class.
    • Constructor Detail

      • Metered

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

      • setMeteredKey

        public void setMeteredKey(java.lang.String publicKey,
                                  java.lang.String privateKey)
                           throws java.lang.Exception
        Sets metered public and private key
        Specified by:
        setMeteredKey in interface IMetered
        Parameters:
        publicKey - public key
        privateKey - private key
        Throws:
        java.lang.Exception - if any problems with public and private keys are found.
      • getConsumptionQuantity

        public static double getConsumptionQuantity()
                                             throws java.lang.Exception
        Gets consumption file size
        Returns:
        consumption quantity
        Throws:
        java.lang.Exception - if any problems with Metered key are found.
      • getConsumptionCredit

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