Class EmailDigestChoice
- java.lang.Object
-
- org.exoplatform.commons.api.notification.rest.model.EmailDigestChoice
-
public class EmailDigestChoice extends Object
-
-
Constructor Summary
Constructors Constructor Description EmailDigestChoice(String channelId, String pluginId, String value, boolean channelActive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelId()StringgetPluginId()StringgetValue()booleanisChannelActive()voidsetChannelActive(boolean channelActive)voidsetChannelId(String channelId)voidsetPluginId(String pluginId)voidsetValue(String value)
-
-
-
Method Detail
-
getChannelId
public String getChannelId()
-
setChannelId
public void setChannelId(String channelId)
-
getPluginId
public String getPluginId()
-
setPluginId
public void setPluginId(String pluginId)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
isChannelActive
public boolean isChannelActive()
-
setChannelActive
public void setChannelActive(boolean channelActive)
-
-