Class UiNetworkImage

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

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

    • imageId

      protected String imageId
    • image

      protected String image
  • Constructor Details

    • UiNetworkImage

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

      public UiNetworkImage(String imageId, String image)
  • Method Details