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

com.aliyun.dingtalkservice_group_1_0.models.CustomerSendMsgTaskResponseBody 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.dingtalkservice_group_1_0.models;

import com.aliyun.tea.*;

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

88888

*/ @NameInMap("openBatchTaskId") public String openBatchTaskId; public static CustomerSendMsgTaskResponseBody build(java.util.Map map) throws Exception { CustomerSendMsgTaskResponseBody self = new CustomerSendMsgTaskResponseBody(); return TeaModel.build(map, self); } public CustomerSendMsgTaskResponseBody setOpenBatchTaskId(String openBatchTaskId) { this.openBatchTaskId = openBatchTaskId; return this; } public String getOpenBatchTaskId() { return this.openBatchTaskId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy