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

com.banxa.model.SupportedAgent Maven / Gradle / Ivy

The newest version!
package com.banxa.model;

public class SupportedAgent {
    private String os;
    private String browser;

    public String getOs() {
        return os;
    }

    public String getBrowser() {
        return browser;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy