Klasse UiRichTextEditor.SetMaxImageFileSizeInBytesCommand

java.lang.Object
org.teamapps.dto.UiRichTextEditor.SetMaxImageFileSizeInBytesCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiRichTextEditor

public static class UiRichTextEditor.SetMaxImageFileSizeInBytesCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • maxImageFileSizeInBytes

      protected long maxImageFileSizeInBytes
  • Konstruktordetails

    • SetMaxImageFileSizeInBytesCommand

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

      public SetMaxImageFileSizeInBytesCommand(String componentId, long maxImageFileSizeInBytes)
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getMaxImageFileSizeInBytes

      public long getMaxImageFileSizeInBytes()