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

com.lark.oapi.service.im.v1.model.P1MessageReceivedV1Data Maven / Gradle / Ivy

// Code generated by lark suite oapi sdk gen
package com.lark.oapi.service.im.v1.model;

import com.google.gson.annotations.SerializedName;

public class P1MessageReceivedV1Data {

    @SerializedName("type")
    private String type;
    @SerializedName("app_id")
    private String appId;
    @SerializedName("tenant_key")
    private String tenantKey;
    @SerializedName("open_id")
    private String openId;
    @SerializedName("root_id")
    private String rootId;
    @SerializedName("parent_id")
    private String parentId;
    @SerializedName("open_chat_id")
    private String openChatId;
    @SerializedName("chat_type")
    private String chatType;
    @SerializedName("msg_type")
    private String msgType;
    @SerializedName("employee_id")
    private String employeeId;
    @SerializedName("union_id")
    private String unionId;
    @SerializedName("open_message_id")
    private String openMessageId;
    @SerializedName("is_mention")
    private boolean isMention;
    @SerializedName("text")
    private String text;
    @SerializedName("text_without_at_bot")
    private String textWithoutAtBot;
    @SerializedName("title")
    private String title;
    @SerializedName("image_keys")
    private String[] imageKeys;
    @SerializedName("image_key")
    private String imageKey;
    @SerializedName("file_key")
    private String fileKey;

    public String getType() {
        return type;
    }

    public void setType(String type) {
        this.type = type;
    }

    public String getAppId() {
        return appId;
    }

    public void setAppId(String appId) {
        this.appId = appId;
    }

    public String getTenantKey() {
        return tenantKey;
    }

    public void setTenantKey(String tenantKey) {
        this.tenantKey = tenantKey;
    }

    public String getRootId() {
        return rootId;
    }

    public void setRootId(String rootId) {
        this.rootId = rootId;
    }

    public String getParentId() {
        return parentId;
    }

    public void setParentId(String parentId) {
        this.parentId = parentId;
    }

    public String getOpenChatId() {
        return openChatId;
    }

    public void setOpenChatId(String openChatId) {
        this.openChatId = openChatId;
    }

    public String getChatType() {
        return chatType;
    }

    public void setChatType(String chatType) {
        this.chatType = chatType;
    }

    public String getMsgType() {
        return msgType;
    }

    public void setMsgType(String msgType) {
        this.msgType = msgType;
    }

    public String getOpenId() {
        return openId;
    }

    public void setOpenId(String openId) {
        this.openId = openId;
    }

    public String getEmployeeId() {
        return employeeId;
    }

    public void setEmployeeId(String employeeId) {
        this.employeeId = employeeId;
    }

    public String getUnionId() {
        return unionId;
    }

    public void setUnionId(String unionId) {
        this.unionId = unionId;
    }

    public String getOpenMessageId() {
        return openMessageId;
    }

    public void setOpenMessageId(String openMessageId) {
        this.openMessageId = openMessageId;
    }

    public boolean isMention() {
        return isMention;
    }

    public void setMention(boolean mention) {
        isMention = mention;
    }

    public String getText() {
        return text;
    }

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

    public String getTextWithoutAtBot() {
        return textWithoutAtBot;
    }

    public void setTextWithoutAtBot(String textWithoutAtBot) {
        this.textWithoutAtBot = textWithoutAtBot;
    }

    public String getTitle() {
        return title;
    }

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

    public String[] getImageKeys() {
        return imageKeys;
    }

    public void setImageKeys(String[] imageKeys) {
        this.imageKeys = imageKeys;
    }

    public String getImageKey() {
        return imageKey;
    }

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

    public String getFileKey() {
        return fileKey;
    }

    public void setFileKey(String fileKey) {
        this.fileKey = fileKey;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy