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

net.sf.weixinmp.inbound.menu.InboundScancodeWaitmsgMessage Maven / Gradle / Ivy

The newest version!
package net.sf.weixinmp.inbound.menu;

import net.sf.weixinmp.inbound.InboundEventMessage;

/*
 

1408090606




	
	

 
 */
public class InboundScancodeWaitmsgMessage extends InboundEventMessage{
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	private String scanType;
	private String scanResult;
	public String getScanType() {
		return scanType;
	}
	public void setScanType(String scanType) {
		this.scanType = scanType;
	}
	public String getScanResult() {
		return scanResult;
	}
	public void setScanResult(String scanResult) {
		this.scanResult = scanResult;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy