Package com.aspose.threed
Class Metered
- java.lang.Object
-
- com.aspose.threed.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
getConsumptionQuantity()
Gets consumption quantityvoid
setMeteredKey(java.lang.String publicKey, java.lang.String privateKey)
Sets metered public and private key
-
-
-
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 keyprivateKey
- 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
-
-