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
getConsumptionCredit()
Gets consumption creditstatic double
getConsumptionQuantity()
Gets consumption file sizevoid
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 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
-
-