-
public final class TrackingPixelProjection
-
-
Field Summary
Fields Modifier and Type Field Description private final UUIDidprivate final UUIDuserIdprivate final OffsetDateTimecreatedAtprivate final Booleanseenprivate final Stringnameprivate final UUIDinboxIdprivate final Stringrecipientprivate final OffsetDateTimeseenAtprivate final UUIDsentEmailId
-
Constructor Summary
Constructors Constructor Description TrackingPixelProjection(UUID id, UUID userId, OffsetDateTime createdAt, Boolean seen, String name, UUID inboxId, String recipient, OffsetDateTime seenAt, UUID sentEmailId)
-
Method Summary
Modifier and Type Method Description final UUIDgetId()final UUIDgetUserId()final OffsetDateTimegetCreatedAt()final BooleangetSeen()final StringgetName()final UUIDgetInboxId()final StringgetRecipient()final OffsetDateTimegetSeenAt()final UUIDgetSentEmailId()-
-
Constructor Detail
-
TrackingPixelProjection
TrackingPixelProjection(UUID id, UUID userId, OffsetDateTime createdAt, Boolean seen, String name, 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()
-
-
-
-