Class UiRichTextEditor.ImageUploadSuccessfulEvent

java.lang.Object
org.teamapps.dto.UiRichTextEditor.ImageUploadSuccessfulEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiRichTextEditor

public static class UiRichTextEditor.ImageUploadSuccessfulEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • fileUuid

      protected String fileUuid
    • name

      protected String name
    • mimeType

      protected String mimeType
    • sizeInBytes

      protected long sizeInBytes
    • incompleteUploadsCount

      protected int incompleteUploadsCount
  • Constructor Details

    • ImageUploadSuccessfulEvent

      @Deprecated public ImageUploadSuccessfulEvent()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • ImageUploadSuccessfulEvent

      public ImageUploadSuccessfulEvent(String componentId, String fileUuid, String name, String mimeType, long sizeInBytes, int incompleteUploadsCount)
  • Method Details

    • getUiEventType

      public UiEventType getUiEventType()
      Specified by:
      getUiEventType in interface UiEvent
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getComponentId

      public String getComponentId()
      Specified by:
      getComponentId in interface UiEvent
    • getFileUuid

      public String getFileUuid()
    • getName

      public String getName()
    • getMimeType

      public String getMimeType()
    • getSizeInBytes

      public long getSizeInBytes()
    • getIncompleteUploadsCount

      public int getIncompleteUploadsCount()