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

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

There is a newer version: 2.1.67
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 UpdateTaskExecutorRequest extends TeaModel {
    /**
     * example:
     * 

0517xxxxxxx

*/ @NameInMap("executorId") public String executorId; public static UpdateTaskExecutorRequest build(java.util.Map map) throws Exception { UpdateTaskExecutorRequest self = new UpdateTaskExecutorRequest(); return TeaModel.build(map, self); } public UpdateTaskExecutorRequest setExecutorId(String executorId) { this.executorId = executorId; return this; } public String getExecutorId() { return this.executorId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy