Package tools.dynamia.modules.saas.api
Class AccountStats
java.lang.Object
tools.dynamia.modules.saas.api.AccountStats
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountStats(Long accountId, String name, long quantity) AccountStats(Long accountId, String name, String value) AccountStats(Long accountId, String name, String value, String description, long quantity) -
Method Summary
Modifier and TypeMethodDescriptiongetName()longgetValue()voidsetAccountId(Long accountId) voidsetDescription(String description) voidvoidvoidsetQuantity(long quantity) voidtoString()
-
Constructor Details
-
AccountStats
public AccountStats() -
AccountStats
-
AccountStats
-
AccountStats
-
-
Method Details