package com.seewo.sdk.model;

/* JADX INFO: loaded from: classes.dex */
public class SDKSelfCheckInfo {

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

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

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

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

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

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

    public SDKSelfCheckInfo() {
    }

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

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

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

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

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

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

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

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

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

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

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

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

    public SDKSelfCheckInfo(byte[] bArr) {
        this.f3624b = bArr[0];
        this.f3623a = bArr[1];
        this.f3626d = bArr[2];
        this.f3625c = bArr[3];
        this.f3627e = bArr[4];
        this.f3628f = bArr[5];
    }
}
