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

com.aliyun.dingtalkindustry_1_0.models.CampusGetCampusGroupRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class CampusGetCampusGroupRequest extends TeaModel {
    // 项目组ID
    @NameInMap("groupId")
    public Long groupId;

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

    public CampusGetCampusGroupRequest setGroupId(Long groupId) {
        this.groupId = groupId;
        return this;
    }
    public Long getGroupId() {
        return this.groupId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy