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 f2528a;

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

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

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

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

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

    public SDKSelfCheckInfo() {
    }

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

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

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

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

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

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

    public void setAndroidSlotState(int i) {
        this.f2531d = i;
    }

    public void setDVDState(int i) {
        this.f2530c = i;
    }

    public void setInternalState(int i) {
        this.f2532e = i;
    }

    public void setPcState(int i) {
        this.f2528a = i;
    }

    public void setPowerState(int i) {
        this.f2529b = i;
    }

    public void setTouchState(int i) {
        this.f2533f = i;
    }

    public SDKSelfCheckInfo(byte[] bArr) {
        this.f2529b = bArr[0];
        this.f2528a = bArr[1];
        this.f2531d = bArr[2];
        this.f2530c = bArr[3];
        this.f2532e = bArr[4];
        this.f2533f = bArr[5];
    }
}
