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

com.aliyun.dingtalkconference_1_0.models.QueryUserOnGoingConferenceResponseBody Maven / Gradle / Ivy

There is a newer version: 2.1.88
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkconference_1_0.models;

import com.aliyun.tea.*;

public class QueryUserOnGoingConferenceResponseBody extends TeaModel {
    @NameInMap("memberModelMap")
    public java.util.Map memberModelMap;

    @NameInMap("onGoingConfIdList")
    public java.util.List onGoingConfIdList;

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

    public QueryUserOnGoingConferenceResponseBody setMemberModelMap(java.util.Map memberModelMap) {
        this.memberModelMap = memberModelMap;
        return this;
    }
    public java.util.Map getMemberModelMap() {
        return this.memberModelMap;
    }

    public QueryUserOnGoingConferenceResponseBody setOnGoingConfIdList(java.util.List onGoingConfIdList) {
        this.onGoingConfIdList = onGoingConfIdList;
        return this;
    }
    public java.util.List getOnGoingConfIdList() {
        return this.onGoingConfIdList;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy