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

com.aliyun.ice20201109.models.GetWorkflowTaskRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ice20201109.models;

import com.aliyun.tea.*;

public class GetWorkflowTaskRequest extends TeaModel {
    /**
     * 

The ID of the workflow task.

* * example: *

4215e042b3966ca5441e

*/ @NameInMap("TaskId") public String taskId; public static GetWorkflowTaskRequest build(java.util.Map map) throws Exception { GetWorkflowTaskRequest self = new GetWorkflowTaskRequest(); return TeaModel.build(map, self); } public GetWorkflowTaskRequest setTaskId(String taskId) { this.taskId = taskId; return this; } public String getTaskId() { return this.taskId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy