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

com.deepoove.swagger.diff.model.ElProperty Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package com.deepoove.swagger.diff.model;

import io.swagger.models.properties.Property;

public class ElProperty {

	private String el;

	private Property property;

	public Property getProperty() {
		return property;
	}

	public void setProperty(Property property) {
		this.property = property;
	}

	public String getEl() {
		return el;
	}

	public void setEl(String el) {
		this.el = el;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy