Package org.teamapps.dto
Class UiFileField.UploadSuccessfulEvent
java.lang.Object
org.teamapps.dto.UiFileField.UploadSuccessfulEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
componentId
-
fileItemUuid
-
uploadedFileUuid
-
fileName
-
mimeType
-
sizeInBytes
protected long sizeInBytes -
incompleteUploadsCount
protected int incompleteUploadsCount
-
-
Constructor Details
-
UploadSuccessfulEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UploadSuccessfulEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getFileItemUuid
-
getUploadedFileUuid
-
getFileName
-
getMimeType
-
getSizeInBytes
public long getSizeInBytes() -
getIncompleteUploadsCount
public int getIncompleteUploadsCount()
-