All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkproject_1_0.models.UpdateTaskTaskflowstatusRequest Maven / Gradle / Ivy

There is a newer version: 2.1.88
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkproject_1_0.models;

import com.aliyun.tea.*;

public class UpdateTaskTaskflowstatusRequest extends TeaModel {
    /**
     * example:
     * 

60a2187eb72xxxxxxx

*/ @NameInMap("taskflowStatusId") public String taskflowStatusId; /** * example: *

说明。

*/ @NameInMap("taskflowStatusUpdateNote") public String taskflowStatusUpdateNote; public static UpdateTaskTaskflowstatusRequest build(java.util.Map map) throws Exception { UpdateTaskTaskflowstatusRequest self = new UpdateTaskTaskflowstatusRequest(); return TeaModel.build(map, self); } public UpdateTaskTaskflowstatusRequest setTaskflowStatusId(String taskflowStatusId) { this.taskflowStatusId = taskflowStatusId; return this; } public String getTaskflowStatusId() { return this.taskflowStatusId; } public UpdateTaskTaskflowstatusRequest setTaskflowStatusUpdateNote(String taskflowStatusUpdateNote) { this.taskflowStatusUpdateNote = taskflowStatusUpdateNote; return this; } public String getTaskflowStatusUpdateNote() { return this.taskflowStatusUpdateNote; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy