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

weixin.popular.bean.wxa.GetwxasearchstatusResult Maven / Gradle / Ivy

package weixin.popular.bean.wxa;

import weixin.popular.bean.BaseResult;

public class GetwxasearchstatusResult extends BaseResult {

	private Integer status;

	public Integer getStatus() {
		return status;
	}

	public void setStatus(Integer status) {
		this.status = status;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy