-
public final class CouponEntity
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final BooleanisHomepageCouponprivate final Stringcodeprivate final LocalDateTimeendDateprivate final LocalDateTimestartDateprivate final StringclickUrlprivate final StringbrandDomainprivate final Stringdescriptionprivate final Set<String>validCountriesCodesprivate final LocalDateTimesnoozeTime
-
Constructor Summary
Constructors Constructor Description CouponEntity(String id, Boolean isHomepageCoupon, String code, LocalDateTime endDate, LocalDateTime startDate, String clickUrl, String brandDomain, String description, Set<String> validCountriesCodes, LocalDateTime snoozeTime)
-
Method Summary
Modifier and Type Method Description final StringgetId()final BooleangetIsHomepageCoupon()final StringgetCode()final LocalDateTimegetEndDate()final LocalDateTimegetStartDate()final StringgetClickUrl()final StringgetBrandDomain()final StringgetDescription()final Set<String>getValidCountriesCodes()final LocalDateTimegetSnoozeTime()-
-
Constructor Detail
-
CouponEntity
CouponEntity(String id, Boolean isHomepageCoupon, String code, LocalDateTime endDate, LocalDateTime startDate, String clickUrl, String brandDomain, String description, Set<String> validCountriesCodes, LocalDateTime snoozeTime)
-
-
Method Detail
-
getIsHomepageCoupon
final Boolean getIsHomepageCoupon()
-
getEndDate
final LocalDateTime getEndDate()
-
getStartDate
final LocalDateTime getStartDate()
-
getClickUrl
final String getClickUrl()
-
getBrandDomain
final String getBrandDomain()
-
getDescription
final String getDescription()
-
getValidCountriesCodes
final Set<String> getValidCountriesCodes()
-
getSnoozeTime
final LocalDateTime getSnoozeTime()
-
-
-
-