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

com.lark.oapi.event.cardcallback.model.URLPreviewGetInline Maven / Gradle / Ivy

Go to download

Larksuite open platform facilitates the integration of enterprise applications and larksuite, making collaboration and management more efficient

The newest version!
package com.lark.oapi.event.cardcallback.model;

import com.google.gson.annotations.SerializedName;

import java.util.Map;

public class URLPreviewGetInline {
    @SerializedName("title")
    private String title;
    @SerializedName("i18n_title")
    private Map i18nTitle;
    @SerializedName("image_key")
    private String imageKey;

    public String getTitle() {
        return this.title;
    }

    public void setTitle(String title) {
        this.title = title;
    }

    public Map getI18nTitle() {
        return this.i18nTitle;
    }

    public void setI18nTitle(Map i18nTitle) {
        this.i18nTitle = i18nTitle;
    }

    public String getImageKey() {
        return this.imageKey;
    }

    public void setImageKey(String imageKey) {
        this.imageKey = imageKey;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy