com.espertech.esperio.http.config.GetHandler Maven / Gradle / Ivy
package com.espertech.esperio.http.config;
public class GetHandler {
private String service;
private String pattern;
public String getService() {
return service;
}
public void setService(String service) {
this.service = service;
}
public String getPattern() {
return pattern;
}
public void setPattern(String pattern) {
this.pattern = pattern;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy