public class NotificationChannelWsDTO
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
NotificationChannelWsDTO() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel |
getChannel() |
java.lang.String |
getValue() |
boolean |
isEnabled() |
void |
setChannel(NotificationChannel channel) |
void |
setEnabled(boolean enabled) |
void |
setValue(java.lang.String value) |
public void setChannel(NotificationChannel channel)
public NotificationChannel getChannel()
public void setValue(java.lang.String value)
public java.lang.String getValue()
public void setEnabled(boolean enabled)
public boolean isEnabled()
Copyright © 2018 SAP SE. All Rights Reserved.