-
public final class BouncedRecipientDtoBounced recipient
-
-
Constructor Summary
Constructors Constructor Description BouncedRecipientDto(OffsetDateTime createdAt, String recipient, UUID userId, UUID id)
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetCreatedAt()final StringgetRecipient()final UUIDgetUserId()final UUIDgetId()-
-
Constructor Detail
-
BouncedRecipientDto
BouncedRecipientDto(OffsetDateTime createdAt, String recipient, UUID userId, UUID id)
-
-
Method Detail
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getRecipient
final String getRecipient()
-
-
-
-