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

dream.first.extjs.plugin.manage.interfaces.dto.InterfaceTestInfo Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package dream.first.extjs.plugin.manage.interfaces.dto;

public class InterfaceTestInfo {

	private String url;

	private String method;

	// json格式
	private String params;

	public String getUrl() {
		return url;
	}

	public void setUrl(String url) {
		this.url = url;
	}

	public String getMethod() {
		return method;
	}

	public void setMethod(String method) {
		this.method = method;
	}

	public String getParams() {
		return params;
	}

	public void setParams(String params) {
		this.params = params;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy