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

com.aliyun.dingtalkdiot_1_0.models.DeviceConferenceResponseBody 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.dingtalkdiot_1_0.models;

import com.aliyun.tea.*;

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

123456789

*/ @NameInMap("conferenceId") public String conferenceId; public static DeviceConferenceResponseBody build(java.util.Map map) throws Exception { DeviceConferenceResponseBody self = new DeviceConferenceResponseBody(); return TeaModel.build(map, self); } public DeviceConferenceResponseBody setConferenceId(String conferenceId) { this.conferenceId = conferenceId; return this; } public String getConferenceId() { return this.conferenceId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy