Class UiImageDisplay.SetCachedImagesCommand

java.lang.Object
org.teamapps.dto.UiImageDisplay.SetCachedImagesCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiImageDisplay

public static class UiImageDisplay.SetCachedImagesCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • startIndex

      protected int startIndex
    • cachedImages

      protected List<UiCachedImage> cachedImages
    • totalNumberOfRecords

      protected int totalNumberOfRecords
  • Constructor Details

    • SetCachedImagesCommand

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

      public SetCachedImagesCommand(String componentId, int startIndex, List<UiCachedImage> cachedImages, int totalNumberOfRecords)
  • Method Details

    • toString

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

      public String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<Void>
    • getStartIndex

      public int getStartIndex()
    • getCachedImages

      public List<UiCachedImage> getCachedImages()
    • getTotalNumberOfRecords

      public int getTotalNumberOfRecords()