com.larksuite.oapi.service.im.v1.model.MessageBody Maven / Gradle / Ivy
// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.im.v1.model;
import com.google.gson.annotations.SerializedName;
public class MessageBody {
@SerializedName("content")
private String content;
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy