Class UiNetworkNode

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

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

    • id

      protected java.lang.String id
    • width

      protected int width
    • height

      protected int height
    • backgroundColor

      protected java.lang.String backgroundColor
    • borderColor

      protected java.lang.String borderColor
    • borderWidth

      protected float borderWidth
    • borderRadius

      protected float borderRadius
    • distanceFactor

      protected float distanceFactor
    • image

      protected UiTreeGraphNodeImage image
    • icon

      protected UiTreeGraphNodeIcon icon
    • template

      protected UiTemplate template
    • record

      protected UiClientRecord record
    • expandState

      protected UiNetworkNode.ExpandState expandState
  • Constructor Details

    • UiNetworkNode

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

      public UiNetworkNode​(java.lang.String id, int width, int height)
  • Method Details