Class AttachmentGalleryItem
-
- All Implemented Interfaces:
public final class AttachmentGalleryItem
-
-
Constructor Summary
Constructors Constructor Description AttachmentGalleryItem(Attachment attachment, User user, Date createdAt, String messageId, String cid, Boolean isMine)
-
Method Summary
Modifier and Type Method Description final AttachmentgetAttachment()final UsergetUser()final DategetCreatedAt()final StringgetMessageId()final StringgetCid()final BooleanisMine()-
-
Method Detail
-
getAttachment
final Attachment getAttachment()
-
getUser
final User getUser()
-
getCreatedAt
final Date getCreatedAt()
-
getMessageId
final String getMessageId()
-
-
-
-