public class CommunicationChannelBean extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CommunicationChannelBean.CommunicationChannelBeanBuilder<C extends CommunicationChannelBean,B extends CommunicationChannelBean.CommunicationChannelBeanBuilder<C,B>> |
| Modifier | Constructor and Description |
|---|---|
|
CommunicationChannelBean() |
protected |
CommunicationChannelBean(CommunicationChannelBean.CommunicationChannelBeanBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
static CommunicationChannelBean.CommunicationChannelBeanBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId()
The channel id, can be email or mobile.
|
ECommunicationChannelType |
getChannelType()
The channel type, required.
|
int |
hashCode() |
void |
setChannelId(@NotBlank String channelId)
The channel id, can be email or mobile.
|
void |
setChannelType(@NotNull ECommunicationChannelType channelType)
The channel type, required.
|
CommunicationChannelBean.CommunicationChannelBeanBuilder<?,?> |
toBuilder() |
String |
toString() |
protected CommunicationChannelBean(CommunicationChannelBean.CommunicationChannelBeanBuilder<?,?> b)
public CommunicationChannelBean()
public static CommunicationChannelBean.CommunicationChannelBeanBuilder<?,?> builder()
public CommunicationChannelBean.CommunicationChannelBeanBuilder<?,?> toBuilder()
public ECommunicationChannelType getChannelType()
public String getChannelId()
protected boolean canEqual(Object other)
public void setChannelType(@NotNull
@NotNull ECommunicationChannelType channelType)
channeltype - The channel type, requiredpublic void setChannelId(@NotBlank
@NotBlank String channelId)
channelId - The channelId, can be an email or a mobile phone number, requiredCopyright © 2021 Albirar. All rights reserved.