Package org.teamapps.dto
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.Listcmds -
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.util.ListgetCmds()UiObjectTypegetUiObjectType()java.lang.StringtoString()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
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractServerMessage
-
getCmds
public java.util.List getCmds()
-