public class Metered extends Object
[C#]
Metered matered = new Metered();
matered.SetMeteredKey("PublicKey", "PrivateKey");
[Visual Basic]
Dim matered As Metered = New Metered
matered.SetMeteredKey("PublicKey", "PrivateKey")
Metered matered = new Metered();
matered.setMeteredKey("PublicKey", "PrivateKey");
Constructor and Description |
---|
Metered()
Initializes a new instance of this class and injects dependency on metered
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified
Object , is equal to this instance. |
static BigDecimal |
getConsumptionCredit()
Gets consumption credit
|
static BigDecimal |
getConsumptionQuantity()
Gets consumption file size
|
void |
setMeteredKey(String publicKey,
String privateKey)
Sets metered public and private key
|
public Metered()
Initializes a new instance of this class and injects dependency on metered
public final void setMeteredKey(String publicKey, String privateKey)
Sets metered public and private key
publicKey
- public keyprivateKey
- private keypublic static BigDecimal getConsumptionQuantity()
Gets consumption file size
public static BigDecimal getConsumptionCredit()
Gets consumption credit
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.