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

com.tmsps.ne4weixin.bean.message.send.vo.Image Maven / Gradle / Ivy

There is a newer version: 3.2.2.3
Show newest version
package com.tmsps.ne4weixin.bean.message.send.vo;

import com.thoughtworks.xstream.annotations.XStreamAlias;

import lombok.Data;

@Data
public class Image {
	@XStreamAlias("MediaId")
	private String mediaId;

	public Image(String mediaId) {
		this.mediaId = mediaId;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy