package com.ifpdos.autotest.l0;

/* JADX INFO: compiled from: HardwareTestItem.java */
/* JADX INFO: loaded from: classes.dex */
public class b {

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

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

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

    public String a() {
        return this.f2068a;
    }

    public void b(String str) {
        this.f2068a = str;
    }

    public void c(String str) {
        this.f2070c = str;
    }

    public void d(int i) {
        this.f2069b = i;
    }

    public String toString() {
        return "HardwareTestItem{mCode='" + this.f2068a + "', mPriority=" + this.f2069b + ", mModuleName='" + this.f2070c + "'}";
    }
}
