-
public final class AttachmentProjection
-
-
Field Summary
Fields Modifier and Type Field Description private final OffsetDateTimecreatedAtprivate final OffsetDateTimeupdatedAtprivate final UUIDuserIdprivate final StringattachmentIdprivate final LongcontentLengthprivate final StringcontentTypeprivate final Stringname
-
Constructor Summary
Constructors Constructor Description AttachmentProjection(OffsetDateTime createdAt, OffsetDateTime updatedAt, UUID userId, String attachmentId, Long contentLength, String contentType, String name)
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetCreatedAt()final OffsetDateTimegetUpdatedAt()final UUIDgetUserId()final StringgetAttachmentId()final LonggetContentLength()final StringgetContentType()final StringgetName()-
-
Constructor Detail
-
AttachmentProjection
AttachmentProjection(OffsetDateTime createdAt, OffsetDateTime updatedAt, UUID userId, String attachmentId, Long contentLength, String contentType, String name)
- Parameters:
attachmentId- Attachment IDcontentLength- Content length of attachment in bytescontentType- Content type of attachment.
-
-
Method Detail
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getUpdatedAt
final OffsetDateTime getUpdatedAt()
-
getAttachmentId
final String getAttachmentId()
-
getContentLength
final Long getContentLength()
-
getContentType
final String getContentType()
-
-
-
-