@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class BouncedEmailDto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BouncedEmailDto.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_BOUNCE_MTA |
static String |
SERIALIZED_NAME_BOUNCE_RECIPIENTS |
static String |
SERIALIZED_NAME_BOUNCE_SUB_TYPE |
static String |
SERIALIZED_NAME_BOUNCE_TYPE |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NOTIFICATION_TYPE |
static String |
SERIALIZED_NAME_SENDER |
static String |
SERIALIZED_NAME_SENT_EMAIL_ID |
static String |
SERIALIZED_NAME_SENT_TO_RECIPIENTS |
static String |
SERIALIZED_NAME_SUBJECT |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
BouncedEmailDto() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_NOTIFICATION_TYPE
public static final String SERIALIZED_NAME_SENT_TO_RECIPIENTS
public static final String SERIALIZED_NAME_SENDER
public static final String SERIALIZED_NAME_BOUNCE_MTA
public static final String SERIALIZED_NAME_BOUNCE_TYPE
public static final String SERIALIZED_NAME_BOUNCE_RECIPIENTS
public static final String SERIALIZED_NAME_BOUNCE_SUB_TYPE
public static final String SERIALIZED_NAME_SENT_EMAIL_ID
public static final String SERIALIZED_NAME_SUBJECT
public static final String SERIALIZED_NAME_CREATED_AT
public BouncedEmailDto id(UUID id)
public void setId(UUID id)
public BouncedEmailDto userId(UUID userId)
public void setUserId(UUID userId)
public BouncedEmailDto notificationType(String notificationType)
@Nonnull public String getNotificationType()
public void setNotificationType(String notificationType)
public BouncedEmailDto sentToRecipients(List<String> sentToRecipients)
public BouncedEmailDto addSentToRecipientsItem(String sentToRecipientsItem)
@Nullable public List<String> getSentToRecipients()
public BouncedEmailDto sender(String sender)
public void setSender(String sender)
public BouncedEmailDto bounceMta(String bounceMta)
public void setBounceMta(String bounceMta)
public BouncedEmailDto bounceType(String bounceType)
public void setBounceType(String bounceType)
public BouncedEmailDto bounceRecipients(List<String> bounceRecipients)
public BouncedEmailDto addBounceRecipientsItem(String bounceRecipientsItem)
@Nullable public List<String> getBounceRecipients()
public BouncedEmailDto bounceSubType(String bounceSubType)
@Nullable public String getBounceSubType()
public void setBounceSubType(String bounceSubType)
public BouncedEmailDto sentEmailId(UUID sentEmailId)
public void setSentEmailId(UUID sentEmailId)
public BouncedEmailDto subject(String subject)
public void setSubject(String subject)
public BouncedEmailDto createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to BouncedEmailDtopublic static BouncedEmailDto fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to BouncedEmailDtopublic String toJson()
Copyright © 2023. All rights reserved.