-
public final class DemandInteractionEntity
-
-
Field Summary
Fields Modifier and Type Field Description private final StringbrandDomainprivate final LocalDateTimesnoozeTimeprivate final IntegersnoozeCountprivate final LocalDateTimelastUseTime
-
Constructor Summary
Constructors Constructor Description DemandInteractionEntity(String brandDomain, LocalDateTime snoozeTime, Integer snoozeCount, LocalDateTime lastUseTime)
-
Method Summary
Modifier and Type Method Description final StringgetBrandDomain()final LocalDateTimegetSnoozeTime()final IntegergetSnoozeCount()final LocalDateTimegetLastUseTime()-
-
Constructor Detail
-
DemandInteractionEntity
DemandInteractionEntity(String brandDomain, LocalDateTime snoozeTime, Integer snoozeCount, LocalDateTime lastUseTime)
-
-
Method Detail
-
getBrandDomain
final String getBrandDomain()
-
getSnoozeTime
final LocalDateTime getSnoozeTime()
-
getSnoozeCount
final Integer getSnoozeCount()
-
getLastUseTime
final LocalDateTime getLastUseTime()
-
-
-
-