Package com.dzidzi.dto.image
Class Image
java.lang.Object
com.dzidzi.dto.merge.EntityId
com.dzidzi.dto.image.Image
Represents an image of the Api.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Image.Builderbuilder()The user id of the created userThe unique file identifier of the image in the file storage locationThe name of the imagelongThe size of the fileThe type of imageThe user id of the last modifierlongDate and time it was last modifiedlongDate and time it was uploaded
-
Constructor Details
-
Image
-
-
Method Details
-
builder
-
getFilename
The name of the image -
getImageType
The type of image -
getUploadedOn
public long getUploadedOn()Date and time it was uploaded -
getLastModifiedOn
public long getLastModifiedOn()Date and time it was last modified -
getLastModifiedBy
The user id of the last modifier -
getCreatedBy
The user id of the created user -
getFileSize
public long getFileSize()The size of the file -
getFileId
The unique file identifier of the image in the file storage location -
getChecksum
-