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