Class UiPictureChooser.UploadTooLargeEvent
java.lang.Object
org.teamapps.dto.UiPictureChooser.UploadTooLargeEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UploadTooLargeEvent(String componentId, String fileName, String mimeType, long sizeInBytes) -
Method Summary
-
Field Details
-
componentId
-
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
-
getFileName
-
getMimeType
-
getSizeInBytes
public long getSizeInBytes()
-