Class 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)  
    • Field Detail

      • cmds

        protected java.util.List cmds
    • Constructor Detail

      • 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)