Class UiTreeGraphNodeIcon

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

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

    • icon

      protected String icon
    • size

      protected int size
  • Constructor Details

    • UiTreeGraphNodeIcon

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

      public UiTreeGraphNodeIcon(String icon, int size)
  • Method Details