package com.seewo.sdk.model;

/* JADX INFO: loaded from: classes.dex */
public class SDKSelfCheckInfo {
    private int a;
    private int b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private int f415c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private int f416d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private int f417e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private int f418f;

    public SDKSelfCheckInfo() {
    }

    public int getAndroidSlotState() {
        return this.f416d;
    }

    public int getDVDState() {
        return this.f415c;
    }

    public int getInternalState() {
        return this.f417e;
    }

    public int getPcState() {
        return this.a;
    }

    public int getPowerState() {
        return this.b;
    }

    public int getTouchState() {
        return this.f418f;
    }

    public void setAndroidSlotState(int i2) {
        this.f416d = i2;
    }

    public void setDVDState(int i2) {
        this.f415c = i2;
    }

    public void setInternalState(int i2) {
        this.f417e = i2;
    }

    public void setPcState(int i2) {
        this.a = i2;
    }

    public void setPowerState(int i2) {
        this.b = i2;
    }

    public void setTouchState(int i2) {
        this.f418f = i2;
    }

    public SDKSelfCheckInfo(byte[] bArr) {
        this.b = bArr[0];
        this.a = bArr[1];
        this.f416d = bArr[2];
        this.f415c = bArr[3];
        this.f417e = bArr[4];
        this.f418f = bArr[5];
    }
}
