@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class DeliveryStatusDto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DeliveryStatusDto.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INBOX_ID |
static String |
SERIALIZED_NAME_PROCESSING_TIME_MILLIS |
static String |
SERIALIZED_NAME_RECEIVED |
static String |
SERIALIZED_NAME_RECIPIENTS |
static String |
SERIALIZED_NAME_REMOTE_MTA_IP |
static String |
SERIALIZED_NAME_REPORTING_MTA |
static String |
SERIALIZED_NAME_SENT_ID |
static String |
SERIALIZED_NAME_SMTP_RESPONSE |
static String |
SERIALIZED_NAME_SMTP_STATUS_CODE |
static String |
SERIALIZED_NAME_SUBJECT |
static String |
SERIALIZED_NAME_UPDATED_AT |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
DeliveryStatusDto() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_SENT_ID
public static final String SERIALIZED_NAME_REMOTE_MTA_IP
public static final String SERIALIZED_NAME_INBOX_ID
public static final String SERIALIZED_NAME_REPORTING_MTA
public static final String SERIALIZED_NAME_RECIPIENTS
public static final String SERIALIZED_NAME_SMTP_RESPONSE
public static final String SERIALIZED_NAME_SMTP_STATUS_CODE
public static final String SERIALIZED_NAME_PROCESSING_TIME_MILLIS
public static final String SERIALIZED_NAME_RECEIVED
public static final String SERIALIZED_NAME_SUBJECT
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
public DeliveryStatusDto id(UUID id)
public void setId(UUID id)
public DeliveryStatusDto userId(UUID userId)
public void setUserId(UUID userId)
public DeliveryStatusDto sentId(UUID sentId)
public void setSentId(UUID sentId)
public DeliveryStatusDto remoteMtaIp(String remoteMtaIp)
public void setRemoteMtaIp(String remoteMtaIp)
public DeliveryStatusDto inboxId(UUID inboxId)
public void setInboxId(UUID inboxId)
public DeliveryStatusDto reportingMta(String reportingMta)
public void setReportingMta(String reportingMta)
public DeliveryStatusDto recipients(List<String> recipients)
public DeliveryStatusDto addRecipientsItem(String recipientsItem)
public DeliveryStatusDto smtpResponse(String smtpResponse)
public void setSmtpResponse(String smtpResponse)
public DeliveryStatusDto smtpStatusCode(Integer smtpStatusCode)
@Nullable public Integer getSmtpStatusCode()
public void setSmtpStatusCode(Integer smtpStatusCode)
public DeliveryStatusDto processingTimeMillis(Long processingTimeMillis)
@Nullable public Long getProcessingTimeMillis()
public void setProcessingTimeMillis(Long processingTimeMillis)
public DeliveryStatusDto received(OffsetDateTime received)
@Nullable public OffsetDateTime getReceived()
public void setReceived(OffsetDateTime received)
public DeliveryStatusDto subject(String subject)
public void setSubject(String subject)
public DeliveryStatusDto createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public DeliveryStatusDto updatedAt(OffsetDateTime updatedAt)
@Nonnull public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to DeliveryStatusDtopublic static DeliveryStatusDto fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to DeliveryStatusDtopublic String toJson()
Copyright © 2023. All rights reserved.