package com.cvte.dss.ups.main.model;

import g.a.a.a.a;
import g.e.b.f0.b;
import java.io.Serializable;
import kotlinx.serialization.json.internal.AbstractJsonLexerKt;

/* JADX INFO: loaded from: classes.dex */
public class OtaFirmwareInfo implements Serializable {

    @b("id")
    private String id;

    @b("module")
    private String module;

    @b("monopolize")
    private boolean monopolize;

    @b("otaKey")
    private String otaKey;

    @b("reboot")
    private boolean reboot;

    @b("version")
    private String version;

    public OtaFirmwareInfo(String str, String str2, String str3, boolean z2, boolean z3, String str4) {
        this.module = str;
        this.version = str2;
        this.otaKey = str3;
        this.reboot = z2;
        this.monopolize = z3;
        this.id = str4;
    }

    public String getId() {
        return this.id;
    }

    public String getModule() {
        return this.module;
    }

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

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

    public boolean isMonopolize() {
        return this.monopolize;
    }

    public boolean isReboot() {
        return this.reboot;
    }

    public void setId(String str) {
        this.id = str;
    }

    public void setModule(String str) {
        this.module = str;
    }

    public void setMonopolize(boolean z2) {
        this.monopolize = z2;
    }

    public void setOtaKey(String str) {
        this.otaKey = str;
    }

    public void setReboot(boolean z2) {
        this.reboot = z2;
    }

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

    public String toString() {
        StringBuilder sbF = a.F("FirmwareInfo{module='");
        a.r0(sbF, this.module, '\'', ", version='");
        a.r0(sbF, this.version, '\'', ", otaKey='");
        a.r0(sbF, this.otaKey, '\'', ", reboot=");
        sbF.append(this.reboot);
        sbF.append(", monopolize=");
        sbF.append(this.monopolize);
        sbF.append(", id='");
        sbF.append(this.id);
        sbF.append('\'');
        sbF.append(AbstractJsonLexerKt.END_OBJ);
        return sbF.toString();
    }
}
