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