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

com.aliyun.dingtalkresident_1_0.models.GetSpaceIdByTypeResponseBody 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.dingtalkresident_1_0.models;

import com.aliyun.tea.*;

public class GetSpaceIdByTypeResponseBody extends TeaModel {
    // 部门id
    @NameInMap("referId")
    public Long referId;

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

    public GetSpaceIdByTypeResponseBody setReferId(Long referId) {
        this.referId = referId;
        return this;
    }
    public Long getReferId() {
        return this.referId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy