Package org.teamapps.dto
Class UiFileField.UploadTooLargeEvent
java.lang.Object
org.teamapps.dto.UiFileField.UploadTooLargeEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
UiFileField
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UploadTooLargeEvent(String componentId, String fileItemUuid, String fileName, String mimeType, long sizeInBytes) -
Method Summary
-
Field Details
-
componentId
-
fileItemUuid
-
fileName
-
mimeType
-
sizeInBytes
protected long sizeInBytes
-
-
Constructor Details
-
UploadTooLargeEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UploadTooLargeEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getFileItemUuid
-
getFileName
-
getMimeType
-
getSizeInBytes
public long getSizeInBytes()
-