Metered

Overview

Metered is a class in Aspose.3D FOSS for Java.

Metered license management class (not available in FOSS version).

This class provides 4 methods for working with Metered objects in Java programs. Available methods include: Metered, getConsumptionCredit, getConsumptionQuantity, setMeteredKey. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: consumptionCredit, consumptionQuantity.

Properties

NameTypeAccessDescription
consumptionCreditdoubleReadGets consumed credit quantity (not available in FOSS version).
consumptionQuantitydoubleReadGets consumption quantity (not available in FOSS version).

Methods

SignatureDescription
Metered()Initializes a new instance of the Metered class.
setMeteredKey(publicKey: String, privateKey: String)Not implemented in the FOSS edition — throws at runtime. Sets metered public and private key (not available in FOSS version).
getConsumptionCredit()doubleNot implemented in the FOSS edition — throws at runtime. Gets consumed credit quantity (not available in FOSS version).
getConsumptionQuantity()doubleNot implemented in the FOSS edition — throws at runtime. Gets consumption quantity (not available in FOSS version).

See Also

 English