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