Package org.teamapps.dto
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!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiNetworkNode.ExpandState -
Field Summary
Fields Modifier and Type Field Description protected UiColorbackgroundColorprotected UiColorborderColorprotected floatborderRadiusprotected floatborderWidthprotected UiNetworkNode.ExpandStateexpandStateprotected intheightprotected UiTreeGraphNodeIconiconprotected java.lang.Stringidprotected UiTreeGraphNodeImageimageprotected UiClientRecordrecordprotected UiTemplatetemplateprotected intwidth -
Constructor Summary
Constructors Constructor Description UiNetworkNode()Deprecated.Only for Jackson deserialization.UiNetworkNode(java.lang.String id, int width, int height) -
Method Summary
Modifier and Type Method Description UiColorgetBackgroundColor()UiColorgetBorderColor()floatgetBorderRadius()floatgetBorderWidth()UiNetworkNode.ExpandStategetExpandState()intgetHeight()UiTreeGraphNodeIcongetIcon()java.lang.StringgetId()UiTreeGraphNodeImagegetImage()UiClientRecordgetRecord()UiTemplategetTemplate()UiObjectTypegetUiObjectType()intgetWidth()UiNetworkNodesetBackgroundColor(UiColor backgroundColor)UiNetworkNodesetBorderColor(UiColor borderColor)UiNetworkNodesetBorderRadius(float borderRadius)UiNetworkNodesetBorderWidth(float borderWidth)UiNetworkNodesetExpandState(UiNetworkNode.ExpandState expandState)UiNetworkNodesetIcon(UiTreeGraphNodeIcon icon)UiNetworkNodesetImage(UiTreeGraphNodeImage image)UiNetworkNodesetRecord(UiClientRecord record)UiNetworkNodesetTemplate(UiTemplate template)java.lang.StringtoString()
-
Field Details
-
id
protected java.lang.String id -
width
protected int width -
height
protected int height -
backgroundColor
-
borderColor
-
borderWidth
protected float borderWidth -
borderRadius
protected float borderRadius -
image
-
icon
-
template
-
record
-
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
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getId
public java.lang.String getId() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getBackgroundColor
-
getBorderColor
-
getBorderWidth
public float getBorderWidth() -
getBorderRadius
public float getBorderRadius() -
getImage
-
getIcon
-
getTemplate
-
getRecord
-
getExpandState
-
setBackgroundColor
-
setBorderColor
-
setBorderWidth
-
setBorderRadius
-
setImage
-
setIcon
-
setTemplate
-
setRecord
-
setExpandState
-