Class ChannelActivationChoice
java.lang.Object
io.meeds.social.notification.rest.model.ChannelActivationChoice
-
Constructor Summary
ConstructorsConstructorDescriptionChannelActivationChoice(String channelId, String pluginId, boolean allowed, boolean active, boolean channelActive) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisActive()booleanbooleanvoidsetActive(boolean active) voidsetAllowed(boolean allowed) voidsetChannelActive(boolean channelActive) voidsetChannelId(String channelId) voidsetPluginId(String pluginId)
-
Constructor Details
-
ChannelActivationChoice
-
-
Method Details
-
getChannelId
-
setChannelId
-
getPluginId
-
setPluginId
-
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)
-