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

com.giants.swagger.configuration.Parameter Maven / Gradle / Ivy

/**
 * 
 */
package com.giants.swagger.configuration;

/**
 * @author vencent.lu
 *
 */
public class Parameter {
	
	private Class type;
	private String name;
	
	public Class getType() {
		return type;
	}
	public void setType(Class type) {
		this.type = type;
	}
	public String getName() {
		return name;
	}
	public void setName(String name) {
		this.name = name;
	}
	
	

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy