com.aspose.cells

Class Metered

  • java.lang.Object
    • com.aspose.cells.Metered
public class Metered 
extends java.lang.Object

Provides methods to set metered key.

Constructor Summary
Metered()
Initializes a new instance of this class.
 
Method Summary
static java.math.BigDecimalgetConsumptionCredit()
Gets consumption credit
static java.math.BigDecimalgetConsumptionQuantity()
Gets consumption file size
voidsetMeteredKey(java.lang.String publicKey, java.lang.String privateKey)
Sets metered public and private key
 

    • 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
      • getConsumptionQuantity

        public static java.math.BigDecimal getConsumptionQuantity()
                                                     throws java.lang.Exception
        Gets consumption file size
        Returns:
        consumption quantity
      • getConsumptionCredit

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