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

org.bif.protocol.bid.service.ServiceSubResolve Maven / Gradle / Ivy

The newest version!
package org.bif.protocol.bid.service;



public class ServiceSubResolve extends ServiceBase {

    private String version;
    private Integer protocol;
    private Integer serverType;
    private Integer port;

    public String getVersion() {
        return version;
    }

    public void setVersion(String version) {
        this.version = version;
    }

    public Integer getProtocol() {
        return protocol;
    }

    public void setProtocol(Integer protocol) {
        this.protocol = protocol;
    }

    public Integer getServerType() {
        return serverType;
    }

    public void setServerType(Integer serverType) {
        this.serverType = serverType;
    }

    public Integer getPort() {
        return port;
    }

    public void setPort(Integer port) {
        this.port = port;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy