Class UiImageDisplay.SetCachedImagesCommand

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

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

    • componentId

      protected java.lang.String componentId
    • startIndex

      protected int startIndex
    • cachedImages

      protected java.util.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​(java.lang.String componentId, int startIndex, java.util.List<UiCachedImage> cachedImages, int totalNumberOfRecords)
  • Method Details

    • toString

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

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

      public int getStartIndex()
    • getCachedImages

      public java.util.List<UiCachedImage> getCachedImages()
    • getTotalNumberOfRecords

      public int getTotalNumberOfRecords()