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

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

There is a newer version: 9.0.0
Show newest version
package com.espertech.esperio.http.config;

public class Request {
    private String uri;
    private String stream;

    public String getUri() {
        return uri;
    }

    public void setUri(String uri) {
        this.uri = uri;
    }

    public String getStream() {
        return stream;
    }

    public void setStream(String stream) {
        this.stream = stream;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy