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

com.github.obhen233.out.RuleInfo Maven / Gradle / Ivy

The newest version!
package com.github.obhen233.out;

import java.io.Serializable;
import java.util.List;

public class RuleInfo implements Serializable {
	
	private String function;
	
	private String desc;
	
	private String lang;
	
	private List feilds;

	public String getFunction() {
		return function;
	}

	public void setFunction(String function) {
		this.function = function;
	}

	public String getDesc() {
		return desc;
	}

	public void setDesc(String desc) {
		this.desc = desc;
	}

	public String getLang() {
		return lang;
	}

	public void setLang(String lang) {
		this.lang = lang;
	}

	public List getFeilds() {
		return feilds;
	}

	public void setFeilds(List feilds) {
		this.feilds = feilds;
	}
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy