Class ChannelActivationChoice

java.lang.Object
org.exoplatform.commons.api.notification.rest.model.ChannelActivationChoice

public class ChannelActivationChoice extends Object
  • Constructor Details

    • ChannelActivationChoice

      public ChannelActivationChoice(String channelId, String pluginId, boolean allowed, boolean active, boolean channelActive)
  • Method Details

    • 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)
    • isAllowed

      public boolean isAllowed()
    • setAllowed

      public void setAllowed(boolean allowed)
    • isChannelActive

      public boolean isChannelActive()
    • setChannelActive

      public void setChannelActive(boolean channelActive)