package com.seewo.sdk.model;

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

    public SDKSelfCheckInfo() {
    }

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

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

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

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

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

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

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

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

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

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

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

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

    public SDKSelfCheckInfo(byte[] bArr) {
        this.b = bArr[0];
        this.a = bArr[1];
        this.d = bArr[2];
        this.c = bArr[3];
        this.e = bArr[4];
        this.f = bArr[5];
    }
}
