package h3;

/* JADX INFO: renamed from: h3.m3, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2154m3 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f18181a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f18182b;

    public C2154m3(String str, int i6) {
        this.f18181a = str;
        this.f18182b = i6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2154m3)) {
            return false;
        }
        C2154m3 c2154m3 = (C2154m3) obj;
        return this.f18181a.equals(c2154m3.f18181a) && this.f18182b == c2154m3.f18182b;
    }

    public final int hashCode() {
        return Integer.hashCode(this.f18182b) + (this.f18181a.hashCode() * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("SizeOption(label=");
        sb.append(this.f18181a);
        sb.append(", gb=");
        return Z0.o.q(sb, this.f18182b, ")");
    }
}
