Class SourceCommand

    • Constructor Detail

      • SourceCommand

        public SourceCommand()
      • SourceCommand

        public SourceCommand​(SourceCommand 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 - 命令
      • getCount

        public Long getCount()
        Get 执行次数
        Returns:
        Count 执行次数
      • setCount

        public void setCount​(Long Count)
        Set 执行次数
        Parameters:
        Count - 执行次数