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

com.foxinmy.weixin4j.model.Gender Maven / Gradle / Ivy

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

/**
 * 用户性别
 * 
 * @className Gender
 * @author jy
 * @date 2014年11月5日
 * @since JDK 1.6
 * @see
 */
public enum Gender {
	/**
	 * 男
	 */
	male,
	/**
	 * 女
	 */
	female,
	/**
	 * 未知
	 */
	unknown;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy