-
public final class PropertiesDeltasObject
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanhasAtLeastOnePropertySetprivate final LongsessionTimeprivate final IntegersessionCountprivate final BigDecimalamountSpentprivate final List<PurchaseObject>purchases
-
Constructor Summary
Constructors Constructor Description PropertiesDeltasObject(Long sessionTime, Integer sessionCount, BigDecimal amountSpent, List<PurchaseObject> purchases)
-
Method Summary
Modifier and Type Method Description final BooleangetHasAtLeastOnePropertySet()final LonggetSessionTime()final IntegergetSessionCount()final BigDecimalgetAmountSpent()final List<PurchaseObject>getPurchases()-
-
Constructor Detail
-
PropertiesDeltasObject
PropertiesDeltasObject(Long sessionTime, Integer sessionCount, BigDecimal amountSpent, List<PurchaseObject> purchases)
-
-
Method Detail
-
getHasAtLeastOnePropertySet
final Boolean getHasAtLeastOnePropertySet()
-
getSessionTime
final Long getSessionTime()
-
getSessionCount
final Integer getSessionCount()
-
getAmountSpent
final BigDecimal getAmountSpent()
-
getPurchases
final List<PurchaseObject> getPurchases()
-
-
-
-