Class Task

    • Constructor Detail

      • Task

        public Task()
      • Task

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

      • getJobId

        public String getJobId()
        Get 任务ID
        Returns:
        JobId 任务ID
      • setJobId

        public void setJobId​(String JobId)
        Set 任务ID
        Parameters:
        JobId - 任务ID
      • getStatus

        public String getStatus()
        Get 状态
        Returns:
        Status 状态
      • setStatus

        public void setStatus​(String Status)
        Set 状态
        Parameters:
        Status - 状态
      • getTarget

        public String getTarget()
        Get 资源
        Returns:
        Target 资源
      • setTarget

        public void setTarget​(String Target)
        Set 资源
        Parameters:
        Target - 资源
      • getType

        public String getType()
        Get 任务类型
        Returns:
        Type 任务类型
      • setType

        public void setType​(String Type)
        Set 任务类型
        Parameters:
        Type - 任务类型
      • getCreateTime

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

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

        public String getUpdateTime()
        Get 任务完成时间
        Returns:
        UpdateTime 任务完成时间
      • setUpdateTime

        public void setUpdateTime​(String UpdateTime)
        Set 任务完成时间
        Parameters:
        UpdateTime - 任务完成时间