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

com.espertech.esperio.http.config.GetHandler Maven / Gradle / Ivy

There is a newer version: 9.0.0
Show newest version
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