Class UserCmd

    • Constructor Detail

      • UserCmd

        public UserCmd()
      • UserCmd

        public UserCmd​(UserCmd 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

      • getAlias

        public String getAlias()
        Get 用户自定义脚本名
        Returns:
        Alias 用户自定义脚本名
      • setAlias

        public void setAlias​(String Alias)
        Set 用户自定义脚本名
        Parameters:
        Alias - 用户自定义脚本名
      • getAppId

        public Long getAppId()
        Get AppId
        Returns:
        AppId AppId
      • setAppId

        public void setAppId​(Long AppId)
        Set AppId
        Parameters:
        AppId - AppId
      • getAutoId

        public Long getAutoId()
        Get 脚本自增ID
        Returns:
        AutoId 脚本自增ID
      • setAutoId

        public void setAutoId​(Long AutoId)
        Set 脚本自增ID
        Parameters:
        AutoId - 脚本自增ID
      • getCmdId

        public String getCmdId()
        Get 脚本ID
        Returns:
        CmdId 脚本ID
      • setCmdId

        public void setCmdId​(String CmdId)
        Set 脚本ID
        Parameters:
        CmdId - 脚本ID
      • getContent

        public String getContent()
        Get 脚本内容
        Returns:
        Content 脚本内容
      • setContent

        public void setContent​(String Content)
        Set 脚本内容
        Parameters:
        Content - 脚本内容
      • getCreateTime

        public String getCreateTime()
        Get 创建时间
        Returns:
        CreateTime 创建时间
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建时间
        Parameters:
        CreateTime - 创建时间
      • getModifyTime

        public String getModifyTime()
        Get 修改时间
        Returns:
        ModifyTime 修改时间
      • setModifyTime

        public void setModifyTime​(String ModifyTime)
        Set 修改时间
        Parameters:
        ModifyTime - 修改时间
      • getOsType

        public String getOsType()
        Get 命令适用的操作系统类型
        Returns:
        OsType 命令适用的操作系统类型
      • setOsType

        public void setOsType​(String OsType)
        Set 命令适用的操作系统类型
        Parameters:
        OsType - 命令适用的操作系统类型