package com.ifpdos.debugmenu.entity;

/* JADX INFO: loaded from: classes.dex */
public class UpgradeInformationBody {
    private String key;
    private String model;
    private String version;

    public String getKey() {
        return this.key;
    }

    public String getModel() {
        return this.model;
    }

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

    public void setKey(String str) {
        this.key = str;
    }

    public void setModel(String str) {
        this.model = str;
    }

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