Class UiTree.ReplaceDataCommand

java.lang.Object
org.teamapps.dto.UiTree.ReplaceDataCommand
All Implemented Interfaces:
UiCommand<java.lang.Void>
Enclosing class:
UiTree

public static class UiTree.ReplaceDataCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected java.util.List<UiTreeRecord> nodes  
  • Constructor Summary

    Constructors 
    Constructor Description
    ReplaceDataCommand()
    Deprecated.
    Only for Jackson deserialization.
    ReplaceDataCommand​(java.lang.String componentId, java.util.List<UiTreeRecord> nodes)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    java.util.List<UiTreeRecord> getNodes()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait