com.lark.oapi.event.cardcallback.model.URLPreviewGetInline Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oapi-sdk Show documentation
Show all versions of oapi-sdk Show documentation
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