Uses of Class
dev.vality.damsel.merch_stat.StatCustomer
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of StatCustomer in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return StatCustomer Modifier and Type Method Description StatCustomerStatCustomer. deepCopy()StatCustomerStatCustomer. setCreatedAt(String created_at)StatCustomerStatCustomer. setId(String id)Methods in dev.vality.damsel.merch_stat that return types with arguments of type StatCustomer Modifier and Type Method Description List<StatCustomer>StatResponseData. getCustomers()Methods in dev.vality.damsel.merch_stat with parameters of type StatCustomer Modifier and Type Method Description intStatCustomer. compareTo(StatCustomer other)booleanStatCustomer. equals(StatCustomer that)Method parameters in dev.vality.damsel.merch_stat with type arguments of type StatCustomer Modifier and Type Method Description static StatResponseDataStatResponseData. customers(List<StatCustomer> value)voidStatResponseData. setCustomers(List<StatCustomer> value)Constructors in dev.vality.damsel.merch_stat with parameters of type StatCustomer Constructor Description StatCustomer(StatCustomer other)Performs a deep copy on other.