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

com.aliyun.dingtalkexclusive_1_0.models.GetConfBaseInfoByLogicalIdRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkexclusive_1_0.models;

import com.aliyun.tea.*;

public class GetConfBaseInfoByLogicalIdRequest extends TeaModel {
    // 会议id
    @NameInMap("logicalConferenceId")
    public String logicalConferenceId;

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

    public GetConfBaseInfoByLogicalIdRequest setLogicalConferenceId(String logicalConferenceId) {
        this.logicalConferenceId = logicalConferenceId;
        return this;
    }
    public String getLogicalConferenceId() {
        return this.logicalConferenceId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy