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

com.foxinmy.weixin4j.tuple.Tuple Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
package com.foxinmy.weixin4j.tuple;

import java.io.Serializable;

import javax.xml.bind.annotation.XmlTransient;

/**
 * 消息元件
 * 
 * @className Tuple
 * @author jinyu([email protected])
 * @date 2015年4月19日
 * @since JDK 1.6
 * @see
 */
public interface Tuple extends Serializable {

	/**
	 * 消息类型
	 * 
	 * @return
	 */
	@XmlTransient
	public String getMessageType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy