Class RunApplicationRequest

    • Constructor Detail

      • RunApplicationRequest

        public RunApplicationRequest()
      • RunApplicationRequest

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

      • getApplicationId

        public String getApplicationId()
        Get 应用ID。
        Returns:
        ApplicationId 应用ID。
      • setApplicationId

        public void setApplicationId​(String ApplicationId)
        Set 应用ID。
        Parameters:
        ApplicationId - 应用ID。
      • getProjectId

        public String getProjectId()
        Get 项目ID。
        Returns:
        ProjectId 项目ID。
      • setProjectId

        public void setProjectId​(String ProjectId)
        Set 项目ID。
        Parameters:
        ProjectId - 项目ID。
      • getName

        public String getName()
        Get 任务批次名称。
        Returns:
        Name 任务批次名称。
      • setName

        public void setName​(String Name)
        Set 任务批次名称。
        Parameters:
        Name - 任务批次名称。
      • getEnvironmentId

        public String getEnvironmentId()
        Get 投递环境ID。
        Returns:
        EnvironmentId 投递环境ID。
      • setEnvironmentId

        public void setEnvironmentId​(String EnvironmentId)
        Set 投递环境ID。
        Parameters:
        EnvironmentId - 投递环境ID。
      • getInputBase64

        public String getInputBase64()
        Get 任务输入JSON。需要进行base64编码。
        Returns:
        InputBase64 任务输入JSON。需要进行base64编码。
      • setInputBase64

        public void setInputBase64​(String InputBase64)
        Set 任务输入JSON。需要进行base64编码。
        Parameters:
        InputBase64 - 任务输入JSON。需要进行base64编码。
      • getCacheClearDelay

        public Long getCacheClearDelay()
        Get 任务缓存清理时间。不填表示不清理。
        Returns:
        CacheClearDelay 任务缓存清理时间。不填表示不清理。
      • setCacheClearDelay

        public void setCacheClearDelay​(Long CacheClearDelay)
        Set 任务缓存清理时间。不填表示不清理。
        Parameters:
        CacheClearDelay - 任务缓存清理时间。不填表示不清理。
      • getOption

        public RunOption getOption()
        Get 运行选项。
        Returns:
        Option 运行选项。
      • setOption

        public void setOption​(RunOption Option)
        Set 运行选项。
        Parameters:
        Option - 运行选项。
      • getDescription

        public String getDescription()
        Get 任务批次描述。
        Returns:
        Description 任务批次描述。
      • setDescription

        public void setDescription​(String Description)
        Set 任务批次描述。
        Parameters:
        Description - 任务批次描述。
      • getTableId

        public String getTableId()
        Get 批量投递表格ID,不填表示单例投递。
        Returns:
        TableId 批量投递表格ID,不填表示单例投递。
      • setTableId

        public void setTableId​(String TableId)
        Set 批量投递表格ID,不填表示单例投递。
        Parameters:
        TableId - 批量投递表格ID,不填表示单例投递。
      • getTableRowUuids

        public String[] getTableRowUuids()
        Get 批量投递表格行UUID。不填表示表格全部行。
        Returns:
        TableRowUuids 批量投递表格行UUID。不填表示表格全部行。
      • setTableRowUuids

        public void setTableRowUuids​(String[] TableRowUuids)
        Set 批量投递表格行UUID。不填表示表格全部行。
        Parameters:
        TableRowUuids - 批量投递表格行UUID。不填表示表格全部行。
      • getApplicationVersionId

        public String getApplicationVersionId()
        Get 应用版本ID。不填表示使用当前最新版本。
        Returns:
        ApplicationVersionId 应用版本ID。不填表示使用当前最新版本。
      • setApplicationVersionId

        public void setApplicationVersionId​(String ApplicationVersionId)
        Set 应用版本ID。不填表示使用当前最新版本。
        Parameters:
        ApplicationVersionId - 应用版本ID。不填表示使用当前最新版本。