Class Metered


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

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

      Modifier and Type Method Description
      static double getConsumptionCredit()
      Gets consumption credit
      static double getConsumptionQuantity()
      Gets consumption file size
      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 file size
        Returns:
        consumption quantity
        Throws:
        java.lang.Exception
      • getConsumptionCredit

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