public class SubscriptionTrackingSetting
extends java.lang.Object
Constructor and Description |
---|
SubscriptionTrackingSetting() |
Modifier and Type | Method and Description |
---|---|
boolean |
getEnable()
Determines if this setting is enabled.
|
java.lang.String |
getHtml()
Get the HTML to be appended to the email, with the
subscription tracking link.
|
java.lang.String |
getSubstitutionTag()
Get the tag that will be replaced with the
unsubscribe URL.
|
java.lang.String |
getText()
Get the plain text to be appended to the email, with the
subscription tracking link.
|
void |
setEnable(boolean enable)
Set if this setting is enabled.
|
void |
setHtml(java.lang.String html)
Set the HTML.
|
void |
setSubstitutionTag(java.lang.String substitutionTag)
Set the substitution tag.
|
void |
setText(java.lang.String text)
Set the plain text.
|
public boolean getEnable()
public void setEnable(boolean enable)
enable
- true if subscription tracking is enabled, false otherwise.public java.lang.String getText()
public void setText(java.lang.String text)
text
- the plain text.public java.lang.String getHtml()
public void setHtml(java.lang.String html)
html
- the HTML.public java.lang.String getSubstitutionTag()
public void setSubstitutionTag(java.lang.String substitutionTag)
substitutionTag
- the substitution tag.