-
public final class DeliveryStatusDto
-
-
Field Summary
Fields Modifier and Type Field Description private final UUIDidprivate final UUIDuserIdprivate final OffsetDateTimecreatedAtprivate final OffsetDateTimeupdatedAtprivate final UUIDsentIdprivate final StringremoteMtaIpprivate final UUIDinboxIdprivate final StringreportingMtaprivate final List<String>recipientsprivate final StringsmtpResponseprivate final IntegersmtpStatusCodeprivate final LongprocessingTimeMillisprivate final OffsetDateTimereceivedprivate final Stringsubject
-
Constructor Summary
Constructors Constructor Description DeliveryStatusDto(UUID id, UUID userId, OffsetDateTime createdAt, OffsetDateTime updatedAt, UUID sentId, String remoteMtaIp, UUID inboxId, String reportingMta, List<String> recipients, String smtpResponse, Integer smtpStatusCode, Long processingTimeMillis, OffsetDateTime received, String subject)
-
Method Summary
Modifier and Type Method Description final UUIDgetId()final UUIDgetUserId()final OffsetDateTimegetCreatedAt()final OffsetDateTimegetUpdatedAt()final UUIDgetSentId()final StringgetRemoteMtaIp()final UUIDgetInboxId()final StringgetReportingMta()final List<String>getRecipients()final StringgetSmtpResponse()final IntegergetSmtpStatusCode()final LonggetProcessingTimeMillis()final OffsetDateTimegetReceived()final StringgetSubject()-
-
Constructor Detail
-
DeliveryStatusDto
DeliveryStatusDto(UUID id, UUID userId, OffsetDateTime createdAt, OffsetDateTime updatedAt, UUID sentId, String remoteMtaIp, UUID inboxId, String reportingMta, List<String> recipients, String smtpResponse, Integer smtpStatusCode, Long processingTimeMillis, OffsetDateTime received, String subject)
-
-
Method Detail
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getUpdatedAt
final OffsetDateTime getUpdatedAt()
-
getRemoteMtaIp
final String getRemoteMtaIp()
-
getInboxId
final UUID getInboxId()
-
getReportingMta
final String getReportingMta()
-
getRecipients
final List<String> getRecipients()
-
getSmtpResponse
final String getSmtpResponse()
-
getSmtpStatusCode
final Integer getSmtpStatusCode()
-
getProcessingTimeMillis
final Long getProcessingTimeMillis()
-
getReceived
final OffsetDateTime getReceived()
-
getSubject
final String getSubject()
-
-
-
-