
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 {
/**
* This parameter is required.
*/
@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 - 2025 Weber Informatics LLC | Privacy Policy