public class MeteredCountService extends Object
Modifier and Type | Field and Description |
---|---|
protected static MeteredCountService |
instance |
Modifier and Type | Method and Description |
---|---|
static MeteredCountService |
getInstance() |
void |
increaseCount(double count)
Increase customer consumption file size, and try to upload data
|
void |
increaseCredit(long credit)
Increase customer consumption credit, and try to upload
|
protected static MeteredCountService instance
public static MeteredCountService getInstance()
public void increaseCount(double count)
count
- increased quantities, in unit of MBpublic void increaseCredit(long credit)
credit
- increased creditCopyright © 2021 Aspose. All rights reserved.