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

top.hmtools.wxmp.message.group.model.preview.Text Maven / Gradle / Ivy

The newest version!
package top.hmtools.wxmp.message.group.model.preview;

/**
 * Auto-generated: 2019-08-26 10:27:27
 *
 * @author bejson.com ([email protected])
 * @website http://www.bejson.com/java2pojo/
 */
public class Text {

	private String content;

	public void setContent(String content) {
		this.content = content;
	}

	public String getContent() {
		return content;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy