Class UiChatInput.UploadStartedEvent

java.lang.Object
org.teamapps.dto.UiChatInput.UploadStartedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiChatInput

public static class UiChatInput.UploadStartedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • fileItemUuid

      protected String fileItemUuid
    • fileName

      protected String fileName
    • mimeType

      protected String mimeType
    • sizeInBytes

      protected long sizeInBytes
    • incompleteUploadsCount

      protected int incompleteUploadsCount
  • Constructor Details

    • UploadStartedEvent

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

      public UploadStartedEvent(String componentId, String fileItemUuid, String fileName, 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
    • getFileItemUuid

      public String getFileItemUuid()
    • getFileName

      public String getFileName()
    • getMimeType

      public String getMimeType()
    • getSizeInBytes

      public long getSizeInBytes()
    • getIncompleteUploadsCount

      public int getIncompleteUploadsCount()