-
public final class BounceProjectionBounced email event
-
-
Constructor Summary
Constructors Constructor Description BounceProjection(String sender, OffsetDateTime createdAt, UUID id, String subject, String bounceType, String bounceMta)
-
Method Summary
Modifier and Type Method Description final StringgetSender()final OffsetDateTimegetCreatedAt()final UUIDgetId()final StringgetSubject()final StringgetBounceType()final StringgetBounceMta()-
-
Method Detail
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getSubject
final String getSubject()
-
getBounceType
final String getBounceType()
-
getBounceMta
final String getBounceMta()
-
-
-
-