package com.ifpdos.debugmenu.upgrades.entrties;

import g.h0.c.l;
import g.i;

/* JADX INFO: compiled from: DeviceInfo.kt */
/* JADX INFO: loaded from: classes.dex */
@i
public class DeviceInfo {
    private final String otaKey;
    private final String upgradeFileName;
    private final String version;

    public DeviceInfo(String str, String str2, String str3) {
        l.f(str, "version");
        l.f(str2, "otaKey");
        l.f(str3, "upgradeFileName");
        this.version = str;
        this.otaKey = str2;
        this.upgradeFileName = str3;
    }

    public String getOtaKey() {
        return this.otaKey;
    }

    public String getUpgradeFileName() {
        return this.upgradeFileName;
    }

    public String getVersion() {
        return this.version;
    }
}
