Modifier and Type |
Method and Description |
BouncedEmailDto |
addBounceRecipientsItem(String bounceRecipientsItem) |
BouncedEmailDto |
addSentToRecipientsItem(String sentToRecipientsItem) |
BouncedEmailDto |
bounceMta(String bounceMta) |
BouncedEmailDto |
bounceRecipients(List<String> bounceRecipients) |
BouncedEmailDto |
bounceSubType(String bounceSubType) |
BouncedEmailDto |
bounceType(String bounceType) |
BouncedEmailDto |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o) |
static BouncedEmailDto |
fromJson(String jsonString)
Create an instance of BouncedEmailDto given an JSON string
|
String |
getBounceMta()
Get bounceMta
|
List<String> |
getBounceRecipients()
Get bounceRecipients
|
String |
getBounceSubType()
Get bounceSubType
|
String |
getBounceType()
Get bounceType
|
OffsetDateTime |
getCreatedAt()
Get createdAt
|
UUID |
getId()
Get id
|
String |
getNotificationType()
Get notificationType
|
String |
getSender()
Get sender
|
UUID |
getSentEmailId()
Get sentEmailId
|
List<String> |
getSentToRecipients()
Get sentToRecipients
|
String |
getSubject()
Get subject
|
UUID |
getUserId()
Get userId
|
int |
hashCode() |
BouncedEmailDto |
id(UUID id) |
BouncedEmailDto |
notificationType(String notificationType) |
BouncedEmailDto |
sender(String sender) |
BouncedEmailDto |
sentEmailId(UUID sentEmailId) |
BouncedEmailDto |
sentToRecipients(List<String> sentToRecipients) |
void |
setBounceMta(String bounceMta) |
void |
setBounceRecipients(List<String> bounceRecipients) |
void |
setBounceSubType(String bounceSubType) |
void |
setBounceType(String bounceType) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setId(UUID id) |
void |
setNotificationType(String notificationType) |
void |
setSender(String sender) |
void |
setSentEmailId(UUID sentEmailId) |
void |
setSentToRecipients(List<String> sentToRecipients) |
void |
setSubject(String subject) |
void |
setUserId(UUID userId) |
BouncedEmailDto |
subject(String subject) |
String |
toJson()
Convert an instance of BouncedEmailDto to an JSON string
|
String |
toString() |
BouncedEmailDto |
userId(UUID userId) |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|