-
public final class TrackingPixelDto
-
-
Field Summary
Fields Modifier and Type Field Description private final UUIDidprivate final Booleanseenprivate final Stringhtmlprivate final Stringurlprivate final OffsetDateTimecreatedAtprivate final Stringrecipientprivate final UUIDinboxIdprivate final UUIDsentEmailIdprivate final OffsetDateTimeseenAt
-
Constructor Summary
Constructors Constructor Description TrackingPixelDto(UUID id, Boolean seen, String html, String url, OffsetDateTime createdAt, String recipient, UUID inboxId, UUID sentEmailId, OffsetDateTime seenAt)
-
Method Summary
Modifier and Type Method Description final UUIDgetId()final BooleangetSeen()final StringgetHtml()final StringgetUrl()final OffsetDateTimegetCreatedAt()final StringgetRecipient()final UUIDgetInboxId()final UUIDgetSentEmailId()final OffsetDateTimegetSeenAt()-
-
Constructor Detail
-
TrackingPixelDto
TrackingPixelDto(UUID id, Boolean seen, String html, String url, OffsetDateTime createdAt, String recipient, UUID inboxId, UUID sentEmailId, OffsetDateTime seenAt)
-
-
Method Detail
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getRecipient
final String getRecipient()
-
getInboxId
final UUID getInboxId()
-
getSentEmailId
final UUID getSentEmailId()
-
getSeenAt
final OffsetDateTime getSeenAt()
-
-
-
-