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

com.aliyun.dingtalkimpaas_1_0.models.SendRobotMessageResponseBody 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.dingtalkimpaas_1_0.models;

import com.aliyun.tea.*;

public class SendRobotMessageResponseBody extends TeaModel {
    @NameInMap("openMsgId")
    public String openMsgId;

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

    public SendRobotMessageResponseBody setOpenMsgId(String openMsgId) {
        this.openMsgId = openMsgId;
        return this;
    }
    public String getOpenMsgId() {
        return this.openMsgId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy