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

net.yudichev.jiotty.connector.owntracks.BaseDeviceKey Maven / Gradle / Ivy

package net.yudichev.jiotty.connector.owntracks;

import net.yudichev.jiotty.common.lang.PublicImmutablesStyle;
import org.immutables.value.Value;

@Value.Immutable
@PublicImmutablesStyle
interface BaseDeviceKey {
    @Value.Parameter
    String userName();

    @Value.Parameter
    String deviceName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy