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

com.larksuite.oapi.service.bitable.v1.model.AppTableView Maven / Gradle / Ivy

// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.bitable.v1.model;
import com.google.gson.annotations.SerializedName;

public class AppTableView {
    @SerializedName("view_id")
    private String viewId;
    @SerializedName("view_name")
    private String viewName;
    @SerializedName("view_type")
    private String viewType;

    public String getViewId() {
        return this.viewId;
    }

    public void setViewId(String viewId) {
        this.viewId = viewId;
    }

    public String getViewName() {
        return this.viewName;
    }

    public void setViewName(String viewName) {
        this.viewName = viewName;
    }

    public String getViewType() {
        return this.viewType;
    }

    public void setViewType(String viewType) {
        this.viewType = viewType;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy