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

com.larksuite.oapi.service.bitable.v1.model.Url 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 Url {
    @SerializedName("text")
    private String text;
    @SerializedName("link")
    private String link;

    public String getText() {
        return this.text;
    }

    public void setText(String text) {
        this.text = text;
    }

    public String getLink() {
        return this.link;
    }

    public void setLink(String link) {
        this.link = link;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy