Package org.teamapps.dto
Class UiImageDisplay.SetCachedImagesCommand
java.lang.Object
org.teamapps.dto.UiImageDisplay.SetCachedImagesCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<UiCachedImage> protected Stringprotected intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetCachedImagesCommand(String componentId, int startIndex, List<UiCachedImage> cachedImages, int totalNumberOfRecords) -
Method Summary
-
Field Details
-
componentId
-
startIndex
protected int startIndex -
cachedImages
-
totalNumberOfRecords
protected int totalNumberOfRecords
-
-
Constructor Details
-
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
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getStartIndex
public int getStartIndex() -
getCachedImages
-
getTotalNumberOfRecords
public int getTotalNumberOfRecords()
-