-
public final class IAMMessage
-
-
Field Summary
Fields Modifier and Type Field Description private Stringidprivate IntegercommunicationIdprivate MessageTypelayoutprivate Stringtitleprivate Stringdescriptionprivate Stringimageprivate StringbackgroundImageprivate StringprimaryButtonLabelprivate StringprimaryButtonOnClickprivate StringsecondaryButtonLabelprivate StringsecondaryButtonOnClickprivate StringcouponCodeprivate IntegershowCountprivate Objectthemeprivate DateendDateprivate WhenAndWhereConditionswhenAndWhereConditionsprivate Stringhtmlprivate final Configurationconfig
-
Constructor Summary
Constructors Constructor Description IAMMessage(String id, Integer communicationId, MessageType layout, String title, String description, String image, String backgroundImage, String primaryButtonLabel, String primaryButtonOnClick, String secondaryButtonLabel, String secondaryButtonOnClick, String couponCode, Integer showCount, Object theme, Date endDate, WhenAndWhereConditions whenAndWhereConditions, String html, Configuration config)
-
Method Summary
-
-
Constructor Detail
-
IAMMessage
IAMMessage(String id, Integer communicationId, MessageType layout, String title, String description, String image, String backgroundImage, String primaryButtonLabel, String primaryButtonOnClick, String secondaryButtonLabel, String secondaryButtonOnClick, String couponCode, Integer showCount, Object theme, Date endDate, WhenAndWhereConditions whenAndWhereConditions, String html, Configuration config)
-
-
Method Detail
-
getCommunicationId
final Integer getCommunicationId()
-
setCommunicationId
final Unit setCommunicationId(Integer communicationId)
-
getLayout
final MessageType getLayout()
-
setLayout
final Unit setLayout(MessageType layout)
-
getDescription
final String getDescription()
-
setDescription
final Unit setDescription(String description)
-
getBackgroundImage
final String getBackgroundImage()
-
setBackgroundImage
final Unit setBackgroundImage(String backgroundImage)
-
getPrimaryButtonLabel
final String getPrimaryButtonLabel()
-
setPrimaryButtonLabel
final Unit setPrimaryButtonLabel(String primaryButtonLabel)
-
getPrimaryButtonOnClick
final String getPrimaryButtonOnClick()
-
setPrimaryButtonOnClick
final Unit setPrimaryButtonOnClick(String primaryButtonOnClick)
-
getSecondaryButtonLabel
final String getSecondaryButtonLabel()
-
setSecondaryButtonLabel
final Unit setSecondaryButtonLabel(String secondaryButtonLabel)
-
getSecondaryButtonOnClick
final String getSecondaryButtonOnClick()
-
setSecondaryButtonOnClick
final Unit setSecondaryButtonOnClick(String secondaryButtonOnClick)
-
getCouponCode
final String getCouponCode()
-
setCouponCode
final Unit setCouponCode(String couponCode)
-
getShowCount
final Integer getShowCount()
-
setShowCount
final Unit setShowCount(Integer showCount)
-
getEndDate
final Date getEndDate()
-
setEndDate
final Unit setEndDate(Date endDate)
-
getWhenAndWhereConditions
final WhenAndWhereConditions getWhenAndWhereConditions()
-
setWhenAndWhereConditions
final Unit setWhenAndWhereConditions(WhenAndWhereConditions whenAndWhereConditions)
-
getConfig
final Configuration getConfig()
-
decreaseShowCount
final Integer decreaseShowCount()
-
-
-
-