public class RecipientListEntryBean
extends java.lang.Object
implements java.io.Serializable, com.serotonin.json.JsonSerializable
Modifier and Type | Field and Description |
---|---|
private int |
recipientType |
private java.lang.String |
referenceAddress |
private int |
referenceId |
private static long |
serialVersionUID |
Constructor and Description |
---|
RecipientListEntryBean() |
Modifier and Type | Method and Description |
---|---|
EmailRecipient |
createEmailRecipient() |
int |
getRecipientType() |
java.lang.String |
getReferenceAddress() |
int |
getReferenceId() |
void |
jsonDeserialize(com.serotonin.json.JsonReader reader,
com.serotonin.json.JsonObject json) |
void |
jsonSerialize(java.util.Map<java.lang.String,java.lang.Object> map) |
void |
setRecipientType(int typeId) |
void |
setReferenceAddress(java.lang.String address) |
void |
setReferenceId(int refId) |
private static final long serialVersionUID
private int recipientType
private int referenceId
private java.lang.String referenceAddress
public EmailRecipient createEmailRecipient()
public java.lang.String getReferenceAddress()
public void setReferenceAddress(java.lang.String address)
public int getRecipientType()
public void setRecipientType(int typeId)
public int getReferenceId()
public void setReferenceId(int refId)
public void jsonSerialize(java.util.Map<java.lang.String,java.lang.Object> map)
jsonSerialize
in interface com.serotonin.json.JsonSerializable
public void jsonDeserialize(com.serotonin.json.JsonReader reader, com.serotonin.json.JsonObject json) throws com.serotonin.json.JsonException
jsonDeserialize
in interface com.serotonin.json.JsonSerializable
com.serotonin.json.JsonException