Class CommandTake

    • Constructor Detail

      • CommandTake

        public CommandTake()
      • CommandTake

        public CommandTake​(CommandTake source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getCmd

        public String getCmd()
        Get 命令
        Returns:
        Cmd 命令
      • setCmd

        public void setCmd​(String Cmd)
        Set 命令
        Parameters:
        Cmd - 命令
      • getTook

        public Long getTook()
        Get 耗时
        Returns:
        Took 耗时
      • setTook

        public void setTook​(Long Took)
        Set 耗时
        Parameters:
        Took - 耗时