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

com.aliyun.dingtalkservice_group_1_0.models.SendMsgByTaskResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class SendMsgByTaskResponseBody extends TeaModel {
    // Id of the request
    @NameInMap("openBatchTaskId")
    public String openBatchTaskId;

    public static SendMsgByTaskResponseBody build(java.util.Map map) throws Exception {
        SendMsgByTaskResponseBody self = new SendMsgByTaskResponseBody();
        return TeaModel.build(map, self);
    }

    public SendMsgByTaskResponseBody setOpenBatchTaskId(String openBatchTaskId) {
        this.openBatchTaskId = openBatchTaskId;
        return this;
    }
    public String getOpenBatchTaskId() {
        return this.openBatchTaskId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy