run.facet.agent.java.Configuration Maven / Gradle / Ivy
package run.facet.agent.java;
import java.util.Map;
public class Configuration {
String property;
String id ;
Map attribute;
public String getProperty() {
return property;
}
public void setProperty(String property) {
this.property = property;
}
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public Map getAttribute() {
return attribute;
}
public void setAttribute(Map attribute) {
this.attribute = attribute;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy