Class MULTI_CMD

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

public class MULTI_CMD
extends AbstractServerMessage
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.util.List cmds  
  • Constructor Summary

    Constructors
    Constructor Description
    MULTI_CMD()
    Deprecated.
    Only for Jackson deserialization.
    MULTI_CMD​(java.util.List cmds)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List getCmds()  
    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

    • cmds

      protected java.util.List cmds
  • Constructor Details

    • MULTI_CMD

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

      public MULTI_CMD​(java.util.List cmds)
  • Method Details