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

      • getUpdateShadowTask

        public BatchUpdateShadow getUpdateShadowTask()
        Get 批量更新影子任务的描述细节,当 taskType 取值为 “UpdateShadow” 时,此字段必填。描述见下 BatchUpdateShadow
        Returns:
        UpdateShadowTask 批量更新影子任务的描述细节,当 taskType 取值为 “UpdateShadow” 时,此字段必填。描述见下 BatchUpdateShadow
      • setUpdateShadowTask

        public void setUpdateShadowTask​(BatchUpdateShadow UpdateShadowTask)
        Set 批量更新影子任务的描述细节,当 taskType 取值为 “UpdateShadow” 时,此字段必填。描述见下 BatchUpdateShadow
        Parameters:
        UpdateShadowTask - 批量更新影子任务的描述细节,当 taskType 取值为 “UpdateShadow” 时,此字段必填。描述见下 BatchUpdateShadow
      • getPublishMessageTask

        public BatchPublishMessage getPublishMessageTask()
        Get 批量下发消息任务的描述细节,当 taskType 取值为 “PublishMessage” 时,此字段必填。描述见下 BatchPublishMessage
        Returns:
        PublishMessageTask 批量下发消息任务的描述细节,当 taskType 取值为 “PublishMessage” 时,此字段必填。描述见下 BatchPublishMessage
      • setPublishMessageTask

        public void setPublishMessageTask​(BatchPublishMessage PublishMessageTask)
        Set 批量下发消息任务的描述细节,当 taskType 取值为 “PublishMessage” 时,此字段必填。描述见下 BatchPublishMessage
        Parameters:
        PublishMessageTask - 批量下发消息任务的描述细节,当 taskType 取值为 “PublishMessage” 时,此字段必填。描述见下 BatchPublishMessage