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

io.castle.client.model.CastleUserDeviceContext Maven / Gradle / Ivy

package io.castle.client.model;

public class CastleUserDeviceContext {
    private String ip;
    private DeviceUserAgent userAgent;
    private String type;

    public String getIp() {
        return ip;
    }

    public void setIp(String ip) {
        this.ip = ip;
    }

    public DeviceUserAgent getUserAgent() {
        return userAgent;
    }

    public void setUserAgent(DeviceUserAgent userAgent) {
        this.userAgent = userAgent;
    }

    public String getType() {
        return type;
    }

    public void setType(String type) {
        this.type = type;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy