Class UiTreeGraphNodeIcon

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

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

    Fields
    Modifier and Type Field Description
    protected java.lang.String icon  
    protected int size  
  • Constructor Summary

    Constructors
    Constructor Description
    UiTreeGraphNodeIcon()
    Deprecated.
    Only for Jackson deserialization.
    UiTreeGraphNodeIcon​(java.lang.String icon, int size)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getIcon()  
    int getSize()  
    UiObjectType getUiObjectType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • icon

      protected java.lang.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​(java.lang.String icon, int size)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

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

      public java.lang.String getIcon()
    • getSize

      public int getSize()