-
public final class SendWithQueueResultCollection of items
-
-
Field Summary
Fields Modifier and Type Field Description private final UUIDidprivate final UUIDuserIdprivate final StringheaderIdprivate final Booleandeliveredprivate final OffsetDateTimecreatedAtprivate final OffsetDateTimeupdatedAtprivate final Stringsubjectprivate final UUIDinboxIdprivate final StringexceptionNameprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description SendWithQueueResult(UUID id, UUID userId, String headerId, Boolean delivered, OffsetDateTime createdAt, OffsetDateTime updatedAt, String subject, UUID inboxId, String exceptionName, String message)
-
Method Summary
Modifier and Type Method Description final UUIDgetId()final UUIDgetUserId()final StringgetHeaderId()final BooleangetDelivered()final OffsetDateTimegetCreatedAt()final OffsetDateTimegetUpdatedAt()final StringgetSubject()final UUIDgetInboxId()final StringgetExceptionName()final StringgetMessage()-
-
Constructor Detail
-
SendWithQueueResult
SendWithQueueResult(UUID id, UUID userId, String headerId, Boolean delivered, OffsetDateTime createdAt, OffsetDateTime updatedAt, String subject, UUID inboxId, String exceptionName, String message)
-
-
Method Detail
-
getHeaderId
final String getHeaderId()
-
getDelivered
final Boolean getDelivered()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getUpdatedAt
final OffsetDateTime getUpdatedAt()
-
getSubject
final String getSubject()
-
getInboxId
final UUID getInboxId()
-
getExceptionName
final String getExceptionName()
-
getMessage
final String getMessage()
-
-
-
-