Class UiCachedImage

java.lang.Object
org.teamapps.dto.UiCachedImage
All Implemented Interfaces:
UiObject

public class UiCachedImage extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • id

      protected String id
    • imageUrl

      protected String imageUrl
  • Constructor Details

    • UiCachedImage

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

      public UiCachedImage(String id, String imageUrl)
  • Method Details