public abstract class NotificationConfig extends Object implements Serializable
Configuration for user notification.
Modifier and Type | Class and Description |
---|---|
static class |
NotificationConfig.Factory
Constructs new instances of
NotificationConfig . |
Constructor and Description |
---|
NotificationConfig() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an NotificationConfig instance and all
identifiers for this entity equal the identifiers of the argument entity. |
Set<MessagerConnectorConfig> |
getConfigs() |
String |
getFallback() |
Long |
getId() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setConfigs(Set<MessagerConnectorConfig> configs) |
void |
setFallback(String fallback) |
void |
setId(Long id) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an NotificationConfig instance and all
identifiers for this entity equal the identifiers of the argument entity. Returns
false
otherwise.public Set<MessagerConnectorConfig> getConfigs()
public String getFallback()
public Long getId()
public int hashCode()
public void setConfigs(Set<MessagerConnectorConfig> configs)
public void setFallback(String fallback)
public void setId(Long id)
Copyright © 2019 Communote team. All rights reserved.