package com.seewo.sdk.model;

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

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

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

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

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

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

    public SDKSelfCheckInfo() {
    }

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

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

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

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

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

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

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

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

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

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

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

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

    public SDKSelfCheckInfo(byte[] bArr) {
        this.f2874b = bArr[0];
        this.a = bArr[1];
        this.f2876d = bArr[2];
        this.f2875c = bArr[3];
        this.f2877e = bArr[4];
        this.f2878f = bArr[5];
    }
}
