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

com.aliyun.dingtalksearch_1_0.models.CreateSearchTabResponseBody 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.dingtalksearch_1_0.models;

import com.aliyun.tea.*;

public class CreateSearchTabResponseBody extends TeaModel {
    // 数据源的id,范围为3000-4000
    @NameInMap("tabId")
    public Integer tabId;

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

    public CreateSearchTabResponseBody setTabId(Integer tabId) {
        this.tabId = tabId;
        return this;
    }
    public Integer getTabId() {
        return this.tabId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy