public class RecordUsageModel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
Amount |
java.lang.String |
Key |
int |
ProductId |
Constructor and Description |
---|
RecordUsageModel(int productId,
java.lang.String key,
int amount) |