com.aspose.barcode.metered

Class Metered

  • java.lang.Object
    • com.aspose.barcode.metered.Metered


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

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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static double getConsumptionQuantity()
      Gets consumption quantity
      void setMeteredKey(java.lang.String publicKey, java.lang.String privateKey)
      Sets metered public and private key
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
        Parameters:
        publicKey - public key
        privateKey - private key
        Throws:
        java.lang.Exception
      • getConsumptionQuantity

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